Freigeben über


UpdateInstallProgress Konstruktoren

Definition

Überlädt

UpdateInstallProgress()

Initialisiert eine neue instance der UpdateInstallProgress-Klasse.

UpdateInstallProgress(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initialisiert eine neue instance der UpdateInstallProgress-Klasse.

UpdateInstallProgress()

Initialisiert eine neue instance der UpdateInstallProgress-Klasse.

public UpdateInstallProgress ();
Public Sub New ()

Gilt für:

UpdateInstallProgress(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initialisiert eine neue instance der UpdateInstallProgress-Klasse.

public UpdateInstallProgress (int? percentComplete = default, int? numberOfUpdatesToInstall = default, int? numberOfUpdatesInstalled = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.UpdateInstallProgress : Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.DataBoxEdge.Models.UpdateInstallProgress
Public Sub New (Optional percentComplete As Nullable(Of Integer) = Nothing, Optional numberOfUpdatesToInstall As Nullable(Of Integer) = Nothing, Optional numberOfUpdatesInstalled As Nullable(Of Integer) = Nothing)

Parameter

percentComplete
Nullable<Int32>

Prozentsatz abgeschlossen.

numberOfUpdatesToInstall
Nullable<Int32>

Anzahl der zu installierenden Updates.

numberOfUpdatesInstalled
Nullable<Int32>

Anzahl der installierten Updates.

Gilt für: