Freigeben über


ArmComputeModelFactory.RollbackStatusInfo Methode

Definition

Initialisiert eine neue instance von RollbackStatusInfo.

public static Azure.ResourceManager.Compute.Models.RollbackStatusInfo RollbackStatusInfo (int? successfullyRolledbackInstanceCount = default, int? failedRolledbackInstanceCount = default, Azure.ResourceManager.Compute.Models.ComputeApiError rollbackError = default);
static member RollbackStatusInfo : Nullable<int> * Nullable<int> * Azure.ResourceManager.Compute.Models.ComputeApiError -> Azure.ResourceManager.Compute.Models.RollbackStatusInfo
Public Shared Function RollbackStatusInfo (Optional successfullyRolledbackInstanceCount As Nullable(Of Integer) = Nothing, Optional failedRolledbackInstanceCount As Nullable(Of Integer) = Nothing, Optional rollbackError As ComputeApiError = Nothing) As RollbackStatusInfo

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
ComputeApiError

Fehlerdetails, wenn ein Rollback des Betriebssystems fehlgeschlagen ist.

Gibt zurück

Eine neue RollbackStatusInfo instance zum Simulieren.

Gilt für: