Freigeben über


ManagedServiceIdentityType Struktur

Definition

Typ der verwalteten Dienstidentität (wobei sowohl SystemAssigned- als auch UserAssigned-Typen zulässig sind).

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.Models.ManagedServiceIdentityType+ManagedServiceIdentityTypeConverter))]
public readonly struct ManagedServiceIdentityType : IEquatable<Azure.ResourceManager.Models.ManagedServiceIdentityType>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.Models.ManagedServiceIdentityType+ManagedServiceIdentityTypeConverter))>]
type ManagedServiceIdentityType = struct
Public Structure ManagedServiceIdentityType
Implements IEquatable(Of ManagedServiceIdentityType)
Vererbung
ManagedServiceIdentityType
Attribute
Implementiert

Konstruktoren

ManagedServiceIdentityType(String)

Initialisiert eine neue Instanz von ManagedServiceIdentityType.

Eigenschaften

None

Keine.

SystemAssigned

SystemAssigned.

SystemAssignedUserAssigned

SystemAssigned, UserAssigned.

UserAssigned

UserAssigned.

Methoden

Equals(ManagedServiceIdentityType)

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

Bestimmt, ob zwei ManagedServiceIdentityType Werte identisch sind.

Implicit(String to ManagedServiceIdentityType)

Konvertiert eine Zeichenfolge in eine ManagedServiceIdentityType.

Inequality(ManagedServiceIdentityType, ManagedServiceIdentityType)

Bestimmt, ob zwei ManagedServiceIdentityType Werte nicht identisch sind.

Gilt für: