Freigeben über


EnvironmentTypeEnableStatus Struktur

Definition

Gibt an, ob der Umgebungstyp aktiviert oder deaktiviert ist.

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

Konstruktoren

EnvironmentTypeEnableStatus(String)

Initialisiert eine neue Instanz von EnvironmentTypeEnableStatus.

Eigenschaften

IsDisabled

Deaktiviert.

IsEnabled

Aktiviert.

Methoden

Equals(EnvironmentTypeEnableStatus)

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

Bestimmt, ob zwei EnvironmentTypeEnableStatus Werte identisch sind.

Implicit(String to EnvironmentTypeEnableStatus)

Konvertiert eine Zeichenfolge in eine EnvironmentTypeEnableStatus.

Inequality(EnvironmentTypeEnableStatus, EnvironmentTypeEnableStatus)

Bestimmt, ob zwei EnvironmentTypeEnableStatus Werte nicht identisch sind.

Gilt für: