Compartir a través de


UpdateDownloadProgress Constructores

Definición

Sobrecargas

UpdateDownloadProgress()

Inicializa una nueva instancia de la clase UpdateDownloadProgress.

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

Inicializa una nueva instancia de la clase UpdateDownloadProgress.

UpdateDownloadProgress()

Inicializa una nueva instancia de la clase UpdateDownloadProgress.

public UpdateDownloadProgress ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase 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

Fase de descarga. Entre los valores posibles se incluyen: 'Unknown', 'Initializing', 'Downloading', 'Verifying'

percentComplete
Nullable<Int32>

Porcentaje de finalización.

totalBytesToDownload
Nullable<Double>

Total de bytes que se van a descargar.

totalBytesDownloaded
Nullable<Double>

Total de bytes descargados.

numberOfUpdatesToDownload
Nullable<Int32>

Número de actualizaciones que se van a descargar.

numberOfUpdatesDownloaded
Nullable<Int32>

Número de actualizaciones descargadas.

Se aplica a