UpdateDownloadProgress Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
UpdateDownloadProgress() |
Initialisiert eine neue instance der UpdateDownloadProgress-Klasse. |
UpdateDownloadProgress(String, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<Int32>, Nullable<Int32>) |
Initialisiert eine neue instance der UpdateDownloadProgress-Klasse. |
UpdateDownloadProgress()
Initialisiert eine neue instance der UpdateDownloadProgress-Klasse.
public UpdateDownloadProgress ();
Public Sub New ()
Gilt für:
UpdateDownloadProgress(String, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<Int32>, Nullable<Int32>)
Initialisiert eine neue instance der UpdateDownloadProgress-Klasse.
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)
Parameter
- downloadPhase
- String
Die Downloadphase. Mögliche Werte: "Unbekannt", "Initialisieren", "Herunterladen", "Überprüfen"
Gilt für:
Azure SDK for .NET