Compartilhar via


ServerEndpointSyncStatus Construtores

Definição

Sobrecargas

ServerEndpointSyncStatus()

Inicializa uma nova instância da classe ServerEndpointSyncStatus.

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

Inicializa uma nova instância da classe ServerEndpointSyncStatus.

ServerEndpointSyncStatus()

Inicializa uma nova instância da classe ServerEndpointSyncStatus.

public ServerEndpointSyncStatus ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe 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)

Parâmetros

downloadHealth
String

Baixar Status de Integridade. Os valores possíveis incluem: 'Unavailable', 'Healthy', 'Error'

uploadHealth
String

Carregar Status de Integridade. Os valores possíveis incluem: 'Unavailable', 'Healthy', 'Error'

combinedHealth
String

Status de Integridade Combinado. Os valores possíveis incluem: 'Unavailable', 'Healthy', 'Error'

syncActivity
String

Atividade de sincronização. Os valores possíveis incluem: 'Upload', 'Download', 'UploadAndDownload'

totalPersistentFilesNotSyncingCount
Nullable<Int64>

Contagem total de arquivos persistentes não sincronizados (upload combinado + download).

lastUpdatedTimestamp
Nullable<DateTime>

Carimbo de data/hora da última atualização

uploadStatus
ServerEndpointSyncSessionStatus

Upload Status

downloadStatus
ServerEndpointSyncSessionStatus

Baixar Status

uploadActivity
ServerEndpointSyncActivityStatus

Carregar atividade de sincronização

downloadActivity
ServerEndpointSyncActivityStatus

Baixar atividade de sincronização

offlineDataTransferStatus
String

Estado de transferência de dados offline. Os valores possíveis incluem: 'InProgress', 'Stop', 'NotRunning', 'Complete'

backgroundDataDownloadActivity
ServerEndpointBackgroundDataDownloadActivity

Atividade de download de dados em segundo plano

Aplica-se a