ImpalaAuthenticationType 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 à utiliser.
public readonly struct ImpalaAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ImpalaAuthenticationType>
type ImpalaAuthenticationType = struct
Public Structure ImpalaAuthenticationType
Implements IEquatable(Of ImpalaAuthenticationType)
- Héritage
-
ImpalaAuthenticationType
- Implémente
Constructeurs
ImpalaAuthenticationType(String) |
Initialise une nouvelle instance de ImpalaAuthenticationType. |
Propriétés
Anonymous |
Anonyme |
SaslUsername |
SASLUsername. |
UsernameAndPassword |
UsernameAndPassword. |
Méthodes
Equals(ImpalaAuthenticationType) |
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(ImpalaAuthenticationType, ImpalaAuthenticationType) |
Détermine si deux ImpalaAuthenticationType valeurs sont identiques. |
Implicit(String to ImpalaAuthenticationType) |
Convertit une chaîne en ImpalaAuthenticationType. |
Inequality(ImpalaAuthenticationType, ImpalaAuthenticationType) |
Détermine si deux ImpalaAuthenticationType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET