Freigeben über


UpdateDownloadProgress Konstruktoren

Definition

Ü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"

percentComplete
Nullable<Int32>

Prozentsatz der Fertigstellung.

totalBytesToDownload
Nullable<Double>

Gesamtanzahl der herunterzuladenden Bytes.

totalBytesDownloaded
Nullable<Double>

Gesamtanzahl der heruntergeladenen Bytes.

numberOfUpdatesToDownload
Nullable<Int32>

Anzahl der herunterzuladenden Updates.

numberOfUpdatesDownloaded
Nullable<Int32>

Anzahl der heruntergeladenen Updates.

Gilt für: