ODataAuthenticationType 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.
Type d’authentification utilisé pour se connecter au service OData.
public readonly struct ODataAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ODataAuthenticationType>
type ODataAuthenticationType = struct
Public Structure ODataAuthenticationType
Implements IEquatable(Of ODataAuthenticationType)
- Héritage
-
ODataAuthenticationType
- Implémente
Constructeurs
ODataAuthenticationType(String) |
Initialise une nouvelle instance de ODataAuthenticationType. |
Propriétés
AadServicePrincipal |
AadServicePrincipal. |
Anonymous |
Anonyme |
Basic |
De base. |
ManagedServiceIdentity |
ManagedServiceIdentity. |
Windows |
Windows. |
Méthodes
Equals(ODataAuthenticationType) |
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(ODataAuthenticationType, ODataAuthenticationType) |
Détermine si deux ODataAuthenticationType valeurs sont identiques. |
Implicit(String to ODataAuthenticationType) |
Convertit une chaîne en ODataAuthenticationType. |
Inequality(ODataAuthenticationType, ODataAuthenticationType) |
Détermine si deux ODataAuthenticationType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET