Partager via


UpdateDownloadProgress Constructeurs

Définition

Surcharges

UpdateDownloadProgress()

Initialise une nouvelle instance de la classe UpdateDownloadProgress.

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

Initialise une nouvelle instance de la classe UpdateDownloadProgress.

UpdateDownloadProgress()

Initialise une nouvelle instance de la classe UpdateDownloadProgress.

public UpdateDownloadProgress ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la 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.DataBoxEdge.Models.UpdateDownloadProgress : string * Nullable<int> * Nullable<double> * Nullable<double> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.DataBoxEdge.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)

Paramètres

downloadPhase
String

Phase de téléchargement. Les valeurs possibles sont les suivantes : « Inconnu », « Initialisation », « Téléchargement », « Vérification »

percentComplete
Nullable<Int32>

Pourcentage d’achèvement.

totalBytesToDownload
Nullable<Double>

Nombre total d’octets à télécharger.

totalBytesDownloaded
Nullable<Double>

Nombre total d’octets téléchargés.

numberOfUpdatesToDownload
Nullable<Int32>

Nombre de mises à jour à télécharger.

numberOfUpdatesDownloaded
Nullable<Int32>

Nombre de mises à jour téléchargées.

S’applique à