Sdílet prostřednictvím


ServerEndpointRecallStatus Constructors

Definition

Overloads

ServerEndpointRecallStatus()

Initializes a new instance of the ServerEndpointRecallStatus class.

ServerEndpointRecallStatus(Nullable<DateTime>, Nullable<Int64>, IList<ServerEndpointRecallError>)

Initializes a new instance of the ServerEndpointRecallStatus class.

ServerEndpointRecallStatus()

Initializes a new instance of the ServerEndpointRecallStatus class.

public ServerEndpointRecallStatus ();
Public Sub New ()

Applies to

ServerEndpointRecallStatus(Nullable<DateTime>, Nullable<Int64>, IList<ServerEndpointRecallError>)

Initializes a new instance of the ServerEndpointRecallStatus class.

public ServerEndpointRecallStatus (DateTime? lastUpdatedTimestamp = default, long? totalRecallErrorsCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.ServerEndpointRecallError> recallErrors = default);
new Microsoft.Azure.Management.StorageSync.Models.ServerEndpointRecallStatus : Nullable<DateTime> * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.ServerEndpointRecallError> -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpointRecallStatus
Public Sub New (Optional lastUpdatedTimestamp As Nullable(Of DateTime) = Nothing, Optional totalRecallErrorsCount As Nullable(Of Long) = Nothing, Optional recallErrors As IList(Of ServerEndpointRecallError) = Nothing)

Parameters

lastUpdatedTimestamp
Nullable<DateTime>

Last updated timestamp

totalRecallErrorsCount
Nullable<Int64>

Total count of recall errors.

recallErrors
IList<ServerEndpointRecallError>

Array of recall errors

Applies to