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

ServerEndpointSyncStatus 构造函数

定义

重载

ServerEndpointSyncStatus()

初始化 ServerEndpointSyncStatus 类的新实例。

ServerEndpointSyncStatus(String, String, String, String, Nullable<Int64>, Nullable<DateTime>, ServerEndpointSyncSessionStatus, ServerEndpointSyncSessionStatus, ServerEndpointSyncActivityStatus, ServerEndpointSyncActivityStatus, String, ServerEndpointBackgroundDataDownloadActivity)

初始化 ServerEndpointSyncStatus 类的新实例。

ServerEndpointSyncStatus()

初始化 ServerEndpointSyncStatus 类的新实例。

public ServerEndpointSyncStatus();
Public Sub New ()

适用于

ServerEndpointSyncStatus(String, String, String, String, Nullable<Int64>, Nullable<DateTime>, ServerEndpointSyncSessionStatus, ServerEndpointSyncSessionStatus, ServerEndpointSyncActivityStatus, ServerEndpointSyncActivityStatus, String, ServerEndpointBackgroundDataDownloadActivity)

初始化 ServerEndpointSyncStatus 类的新实例。

public ServerEndpointSyncStatus(string downloadHealth = default, string uploadHealth = default, string combinedHealth = default, string syncActivity = default, long? totalPersistentFilesNotSyncingCount = default, DateTime? lastUpdatedTimestamp = default, Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncSessionStatus uploadStatus = default, Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncSessionStatus downloadStatus = default, Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncActivityStatus uploadActivity = default, Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncActivityStatus downloadActivity = default, string offlineDataTransferStatus = default, Microsoft.Azure.Management.StorageSync.Models.ServerEndpointBackgroundDataDownloadActivity backgroundDataDownloadActivity = default);
new Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncStatus : string * string * string * string * Nullable<int64> * Nullable<DateTime> * Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncSessionStatus * Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncSessionStatus * Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncActivityStatus * Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncActivityStatus * string * Microsoft.Azure.Management.StorageSync.Models.ServerEndpointBackgroundDataDownloadActivity -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncStatus
Public Sub New (Optional downloadHealth As String = Nothing, Optional uploadHealth As String = Nothing, Optional combinedHealth As String = Nothing, Optional syncActivity As String = Nothing, Optional totalPersistentFilesNotSyncingCount As Nullable(Of Long) = Nothing, Optional lastUpdatedTimestamp As Nullable(Of DateTime) = Nothing, Optional uploadStatus As ServerEndpointSyncSessionStatus = Nothing, Optional downloadStatus As ServerEndpointSyncSessionStatus = Nothing, Optional uploadActivity As ServerEndpointSyncActivityStatus = Nothing, Optional downloadActivity As ServerEndpointSyncActivityStatus = Nothing, Optional offlineDataTransferStatus As String = Nothing, Optional backgroundDataDownloadActivity As ServerEndpointBackgroundDataDownloadActivity = Nothing)

参数

downloadHealth
String

下载运行状况。 可能的值包括:“Unavailable”、“Healthy”、“Error”

uploadHealth
String

上传运行状况。 可能的值包括:“Unavailable”、“Healthy”、“Error”

combinedHealth
String

组合运行状况。 可能的值包括:“Unavailable”、“Healthy”、“Error”

syncActivity
String

同步活动。 可能的值包括:“Upload”、“Download”、“UploadAndDownload”

totalPersistentFilesNotSyncingCount
Nullable<Int64>

不同步 (上传 + 下载) 组合的永久性文件总数。

lastUpdatedTimestamp
Nullable<DateTime>

上次更新时间时间戳

uploadStatus
ServerEndpointSyncSessionStatus

上传状态

downloadStatus
ServerEndpointSyncSessionStatus

下载状态

uploadActivity
ServerEndpointSyncActivityStatus

上传同步活动

downloadActivity
ServerEndpointSyncActivityStatus

下载同步活动

offlineDataTransferStatus
String

脱机数据传输状态。 可能的值包括:“InProgress”、“Stopping”、“NotRunning”、“Complete”

backgroundDataDownloadActivity
ServerEndpointBackgroundDataDownloadActivity

后台数据下载活动

适用于