HiveAuthenticationType 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.
Méthode d’authentification utilisée pour accéder au serveur Hive.
public readonly struct HiveAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.HiveAuthenticationType>
type HiveAuthenticationType = struct
Public Structure HiveAuthenticationType
Implements IEquatable(Of HiveAuthenticationType)
- Héritage
-
HiveAuthenticationType
- Implémente
Constructeurs
HiveAuthenticationType(String) |
Initialise une nouvelle instance de HiveAuthenticationType. |
Propriétés
Anonymous |
Anonyme |
Username |
Nom d'utilisateur. |
UsernameAndPassword |
UsernameAndPassword. |
WindowsAzureHDInsightService |
WindowsAzureHDInsightService. |
Méthodes
Equals(HiveAuthenticationType) |
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(HiveAuthenticationType, HiveAuthenticationType) |
Détermine si deux HiveAuthenticationType valeurs sont identiques. |
Implicit(String to HiveAuthenticationType) |
Convertit une chaîne en HiveAuthenticationType. |
Inequality(HiveAuthenticationType, HiveAuthenticationType) |
Détermine si deux HiveAuthenticationType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET