你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

召回错误数组

适用于