PatchInstallationState Struktur

Definition

Der Status des Patches nach Abschluss des Installationsvorgangs.

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

Konstruktoren

PatchInstallationState(String)

Initialisiert eine neue Instanz von PatchInstallationState.

Eigenschaften

Excluded

Ausgeschlossen.

Failed

Fehler.

Installed

Installiert.

NotSelected

NotSelected.

Pending

Ausstehend.

Unknown

Unbekannt

Methoden

Equals(PatchInstallationState)

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(PatchInstallationState, PatchInstallationState)

Bestimmt, ob zwei PatchInstallationState Werte identisch sind.

Implicit(String to PatchInstallationState)

Konvertiert eine Zeichenfolge in eine PatchInstallationState.

Inequality(PatchInstallationState, PatchInstallationState)

Bestimmt, ob zwei PatchInstallationState Werte nicht identisch sind.

Gilt für: