Partager via


AadObjectIdentifierType Structure

Définition

Type d’objet AAD auquel l’identificateur d’objet fait référence. Nom sérialisé : AADObjectType

public readonly struct AadObjectIdentifierType : IEquatable<Azure.ResourceManager.DataLakeAnalytics.Models.AadObjectIdentifierType>
type AadObjectIdentifierType = struct
Public Structure AadObjectIdentifierType
Implements IEquatable(Of AadObjectIdentifierType)
Héritage
AadObjectIdentifierType
Implémente

Constructeurs

AadObjectIdentifierType(String)

Initialise une nouvelle instance de AadObjectIdentifierType.

Propriétés

Group

Nom sérialisé du groupe : AADObjectType.Group

ServicePrincipal

Nom sérialisé ServicePrincipal : AADObjectType.ServicePrincipal

User

Nom sérialisé de l’utilisateur : AADObjectType.User

Méthodes

Equals(AadObjectIdentifierType)

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

Détermine si deux AadObjectIdentifierType valeurs sont identiques.

Implicit(String to AadObjectIdentifierType)

Convertit une chaîne en AadObjectIdentifierType.

Inequality(AadObjectIdentifierType, AadObjectIdentifierType)

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

S’applique à