UpdateDownloadProgress Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 »
S’applique à
Azure SDK for .NET