ODataAadServicePrincipalCredentialType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifiez le type d’informations d’identification (clé ou certificat) utilisé pour le principal de service.
public readonly struct ODataAadServicePrincipalCredentialType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ODataAadServicePrincipalCredentialType>
type ODataAadServicePrincipalCredentialType = struct
Public Structure ODataAadServicePrincipalCredentialType
Implements IEquatable(Of ODataAadServicePrincipalCredentialType)
- Héritage
-
ODataAadServicePrincipalCredentialType
- Implémente
Constructeurs
ODataAadServicePrincipalCredentialType(String) |
Initialise une nouvelle instance de ODataAadServicePrincipalCredentialType. |
Propriétés
ServicePrincipalCert |
ServicePrincipalCert. |
ServicePrincipalKey |
ServicePrincipalKey. |
Méthodes
Equals(ODataAadServicePrincipalCredentialType) |
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(ODataAadServicePrincipalCredentialType, ODataAadServicePrincipalCredentialType) |
Détermine si deux ODataAadServicePrincipalCredentialType valeurs sont identiques. |
Implicit(String to ODataAadServicePrincipalCredentialType) |
Convertit une chaîne en ODataAadServicePrincipalCredentialType. |
Inequality(ODataAadServicePrincipalCredentialType, ODataAadServicePrincipalCredentialType) |
Détermine si deux ODataAadServicePrincipalCredentialType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET