ArmStorageSyncModelFactory.ServerEndpointRecallStatus Method

Definition

Initializes a new instance of ServerEndpointRecallStatus.

public static Azure.ResourceManager.StorageSync.Models.ServerEndpointRecallStatus ServerEndpointRecallStatus (DateTimeOffset? lastUpdatedOn = default, long? totalRecallErrorsCount = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StorageSync.Models.ServerEndpointRecallError> recallErrors = default);
static member ServerEndpointRecallStatus : Nullable<DateTimeOffset> * Nullable<int64> * seq<Azure.ResourceManager.StorageSync.Models.ServerEndpointRecallError> -> Azure.ResourceManager.StorageSync.Models.ServerEndpointRecallStatus
Public Shared Function ServerEndpointRecallStatus (Optional lastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional totalRecallErrorsCount As Nullable(Of Long) = Nothing, Optional recallErrors As IEnumerable(Of ServerEndpointRecallError) = Nothing) As ServerEndpointRecallStatus

Parameters

lastUpdatedOn
Nullable<DateTimeOffset>

Last updated timestamp.

totalRecallErrorsCount
Nullable<Int64>

Total count of recall errors.

recallErrors
IEnumerable<ServerEndpointRecallError>

Array of recall errors.

Returns

A new ServerEndpointRecallStatus instance for mocking.

Applies to