Freigeben über


BatchAccountPoolProvisioningState Struktur

Definition

Der aktuelle Zustand des Pools.

public readonly struct BatchAccountPoolProvisioningState : IEquatable<Azure.ResourceManager.Batch.Models.BatchAccountPoolProvisioningState>
type BatchAccountPoolProvisioningState = struct
Public Structure BatchAccountPoolProvisioningState
Implements IEquatable(Of BatchAccountPoolProvisioningState)
Vererbung
BatchAccountPoolProvisioningState
Implementiert

Konstruktoren

BatchAccountPoolProvisioningState(String)

Initialisiert eine neue Instanz von BatchAccountPoolProvisioningState.

Eigenschaften

Deleting

Der Benutzer hat angefordert, dass der Pool gelöscht wird, aber der Löschvorgang ist noch nicht abgeschlossen.

Succeeded

Der Pool ist für die Ausführung von Aufgaben verfügbar, abhängig von der Verfügbarkeit von Computeknoten.

Methoden

Equals(BatchAccountPoolProvisioningState)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(BatchAccountPoolProvisioningState, BatchAccountPoolProvisioningState)

Bestimmt, ob zwei BatchAccountPoolProvisioningState Werte identisch sind.

Implicit(String to BatchAccountPoolProvisioningState)

Konvertiert eine Zeichenfolge in eine BatchAccountPoolProvisioningState.

Inequality(BatchAccountPoolProvisioningState, BatchAccountPoolProvisioningState)

Bestimmt, ob zwei BatchAccountPoolProvisioningState Werte nicht identisch sind.

Gilt für: