次の方法で共有


ServerEndpointRecallStatus コンストラクター

定義

オーバーロード

ServerEndpointRecallStatus()

ServerEndpointRecallStatus クラスの新しいインスタンスを初期化します。

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

ServerEndpointRecallStatus クラスの新しいインスタンスを初期化します。

ServerEndpointRecallStatus()

ServerEndpointRecallStatus クラスの新しいインスタンスを初期化します。

public ServerEndpointRecallStatus();
Public Sub New ()

適用対象

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

ServerEndpointRecallStatus クラスの新しいインスタンスを初期化します。

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)

パラメーター

lastUpdatedTimestamp
Nullable<DateTime>

最終更新時のタイムスタンプ

totalRecallErrorsCount
Nullable<Int64>

再現率エラーの合計数。

recallErrors
IList<ServerEndpointRecallError>

呼び戻しエラーの配列

適用対象