Partager via


ManagedServiceIdentityType Structure

Définition

Type d’identité de service managé (où les types SystemAssigned et UserAssigned sont autorisés).

[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)
Héritage
ManagedServiceIdentityType
Attributs
Implémente

Constructeurs

ManagedServiceIdentityType(String)

Initialise une nouvelle instance de ManagedServiceIdentityType.

Propriétés

None

Aucun.

SystemAssigned

SystemAssigned.

SystemAssignedUserAssigned

SystemAssigned, UserAssigned.

UserAssigned

UserAssigned.

Méthodes

Equals(ManagedServiceIdentityType)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(ManagedServiceIdentityType, ManagedServiceIdentityType)

Détermine si deux ManagedServiceIdentityType valeurs sont identiques.

Implicit(String to ManagedServiceIdentityType)

Convertit une chaîne en ManagedServiceIdentityType.

Inequality(ManagedServiceIdentityType, ManagedServiceIdentityType)

Détermine si deux ManagedServiceIdentityType valeurs ne sont pas identiques.

S’applique à