Partager via


ODataAuthenticationType Structure

Définition

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 à