Share via


RollbackStatusInfo Konstruktoren

Definition

Überlädt

RollbackStatusInfo()

Initialisiert eine neue instance der RollbackStatusInfo-Klasse.

RollbackStatusInfo(Nullable<Int32>, Nullable<Int32>, ApiError)

Initialisiert eine neue instance der RollbackStatusInfo-Klasse.

RollbackStatusInfo()

Initialisiert eine neue instance der RollbackStatusInfo-Klasse.

public RollbackStatusInfo ();
Public Sub New ()

Gilt für:

RollbackStatusInfo(Nullable<Int32>, Nullable<Int32>, ApiError)

Initialisiert eine neue instance der RollbackStatusInfo-Klasse.

public RollbackStatusInfo (int? successfullyRolledbackInstanceCount = default, int? failedRolledbackInstanceCount = default, Microsoft.Azure.Management.Compute.Models.ApiError rollbackError = default);
new Microsoft.Azure.Management.Compute.Models.RollbackStatusInfo : Nullable<int> * Nullable<int> * Microsoft.Azure.Management.Compute.Models.ApiError -> Microsoft.Azure.Management.Compute.Models.RollbackStatusInfo
Public Sub New (Optional successfullyRolledbackInstanceCount As Nullable(Of Integer) = Nothing, Optional failedRolledbackInstanceCount As Nullable(Of Integer) = Nothing, Optional rollbackError As ApiError = Nothing)

Parameter

successfullyRolledbackInstanceCount
Nullable<Int32>

Die Anzahl der Instanzen, für die ein Rollback erfolgreich ausgeführt wurde.

failedRolledbackInstanceCount
Nullable<Int32>

Die Anzahl der Instanzen, für die ein Rollback fehlgeschlagen ist.

rollbackError
ApiError

Fehlerdetails, wenn ein Rollback des Betriebssystems fehlgeschlagen ist.

Gilt für: