Partilhar via


ArmStorageSyncModelFactory.ServerEndpointBackgroundDataDownloadActivity Método

Definição

Inicializa uma nova instância de ServerEndpointBackgroundDataDownloadActivity.

public static Azure.ResourceManager.StorageSync.Models.ServerEndpointBackgroundDataDownloadActivity ServerEndpointBackgroundDataDownloadActivity (DateTimeOffset? timestamp = default, DateTimeOffset? startedOn = default, int? percentProgress = default, long? downloadedBytes = default);
static member ServerEndpointBackgroundDataDownloadActivity : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int> * Nullable<int64> -> Azure.ResourceManager.StorageSync.Models.ServerEndpointBackgroundDataDownloadActivity
Public Shared Function ServerEndpointBackgroundDataDownloadActivity (Optional timestamp As Nullable(Of DateTimeOffset) = Nothing, Optional startedOn As Nullable(Of DateTimeOffset) = Nothing, Optional percentProgress As Nullable(Of Integer) = Nothing, Optional downloadedBytes As Nullable(Of Long) = Nothing) As ServerEndpointBackgroundDataDownloadActivity

Parâmetros

timestamp
Nullable<DateTimeOffset>

Carimbo de data/hora em que as propriedades foram atualizadas.

startedOn
Nullable<DateTimeOffset>

O carimbo de data/hora do início da operação.

percentProgress
Nullable<Int32>

Percentual de progresso.

downloadedBytes
Nullable<Int64>

Contagem em execução de bytes baixados.

Retornos

Uma nova ServerEndpointBackgroundDataDownloadActivity instância para zombar.

Aplica-se a