AadObjectIdentifierType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O tipo de objeto AAD ao qual o identificador de objeto se refere. Nome serializado: AADObjectType
public readonly struct AadObjectIdentifierType : IEquatable<Azure.ResourceManager.DataLakeAnalytics.Models.AadObjectIdentifierType>
type AadObjectIdentifierType = struct
Public Structure AadObjectIdentifierType
Implements IEquatable(Of AadObjectIdentifierType)
- Herança
-
AadObjectIdentifierType
- Implementações
Construtores
AadObjectIdentifierType(String) |
Inicializa uma nova instância de AadObjectIdentifierType. |
Propriedades
Group |
Nome serializado do grupo: AADObjectType.Group |
ServicePrincipal |
ServicePrincipal Serialized Name: AADObjectType.ServicePrincipal |
User |
Nome serializado do usuário: AADObjectType.User |
Métodos
Equals(AadObjectIdentifierType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(AadObjectIdentifierType, AadObjectIdentifierType) |
Determina se dois AadObjectIdentifierType valores são os mesmos. |
Implicit(String to AadObjectIdentifierType) |
Converte uma cadeia de caracteres em um AadObjectIdentifierType. |
Inequality(AadObjectIdentifierType, AadObjectIdentifierType) |
Determina se dois AadObjectIdentifierType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET