Compartilhar via


UpdateDownloadProgress Construtores

Definição

Sobrecargas

UpdateDownloadProgress()

Inicializa uma nova instância da classe UpdateDownloadProgress.

UpdateDownloadProgress(String, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<Int32>, Nullable<Int32>)

Inicializa uma nova instância da classe UpdateDownloadProgress.

UpdateDownloadProgress()

Inicializa uma nova instância da classe UpdateDownloadProgress.

public UpdateDownloadProgress ();
Public Sub New ()

Aplica-se a

UpdateDownloadProgress(String, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<Int32>, Nullable<Int32>)

Inicializa uma nova instância da classe UpdateDownloadProgress.

public UpdateDownloadProgress (string downloadPhase = default, int? percentComplete = default, double? totalBytesToDownload = default, double? totalBytesDownloaded = default, int? numberOfUpdatesToDownload = default, int? numberOfUpdatesDownloaded = default);
new Microsoft.Azure.Management.EdgeGateway.Models.UpdateDownloadProgress : string * Nullable<int> * Nullable<double> * Nullable<double> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.EdgeGateway.Models.UpdateDownloadProgress
Public Sub New (Optional downloadPhase As String = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing, Optional totalBytesToDownload As Nullable(Of Double) = Nothing, Optional totalBytesDownloaded As Nullable(Of Double) = Nothing, Optional numberOfUpdatesToDownload As Nullable(Of Integer) = Nothing, Optional numberOfUpdatesDownloaded As Nullable(Of Integer) = Nothing)

Parâmetros

downloadPhase
String

A fase de download. Os valores possíveis incluem: 'Unknown', 'Initializing', 'Download', 'Verifying'

percentComplete
Nullable<Int32>

Percentual de conclusão.

totalBytesToDownload
Nullable<Double>

Total de bytes a serem baixados.

totalBytesDownloaded
Nullable<Double>

Total de bytes baixados.

numberOfUpdatesToDownload
Nullable<Int32>

Número de atualizações a serem baixadas.

numberOfUpdatesDownloaded
Nullable<Int32>

Número de atualizações baixadas.

Aplica-se a