Freigeben über


CloudServiceSlotType Struktur

Definition

Slottyp für den Clouddienst. Mögliche Werte sind <br /><br />Production<br /><br />Staging<br /><br /> Falls nicht angegeben, lautet der Standardwert Production.

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

Konstruktoren

CloudServiceSlotType(String)

Initialisiert eine neue Instanz von CloudServiceSlotType.

Eigenschaften

Production

Produktion.

Staging

Staging

Methoden

Equals(CloudServiceSlotType)

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

Bestimmt, ob zwei CloudServiceSlotType Werte identisch sind.

Implicit(String to CloudServiceSlotType)

Konvertiert eine Zeichenfolge in eine CloudServiceSlotType.

Inequality(CloudServiceSlotType, CloudServiceSlotType)

Bestimmt, ob zwei CloudServiceSlotType Werte nicht identisch sind.

Gilt für: