Freigeben über


DevTestLabCustomImageOSType Struktur

Definition

Der Betriebssystemtyp des benutzerdefinierten Images (d. h. Windows, Linux).

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

Konstruktoren

DevTestLabCustomImageOSType(String)

Initialisiert eine neue Instanz von DevTestLabCustomImageOSType.

Eigenschaften

Linux

Linux.

None

Keine.

Windows

Windows:

Methoden

Equals(DevTestLabCustomImageOSType)

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

Bestimmt, ob zwei DevTestLabCustomImageOSType Werte identisch sind.

Implicit(String to DevTestLabCustomImageOSType)

Konvertiert eine Zeichenfolge in eine DevTestLabCustomImageOSType.

Inequality(DevTestLabCustomImageOSType, DevTestLabCustomImageOSType)

Bestimmt, ob zwei DevTestLabCustomImageOSType Werte nicht identisch sind.

Gilt für: