GoogleBigQueryAuthenticationType 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écanisme d’authentification OAuth 2.0 utilisé pour l’authentification. ServiceAuthentication ne peut être utilisé que sur un runtime d’intégration auto-hébergé.
public readonly struct GoogleBigQueryAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.GoogleBigQueryAuthenticationType>
type GoogleBigQueryAuthenticationType = struct
Public Structure GoogleBigQueryAuthenticationType
Implements IEquatable(Of GoogleBigQueryAuthenticationType)
- Héritage
-
GoogleBigQueryAuthenticationType
- Implémente
Constructeurs
GoogleBigQueryAuthenticationType(String) |
Initialise une nouvelle instance de GoogleBigQueryAuthenticationType. |
Propriétés
ServiceAuthentication |
ServiceAuthentication. |
UserAuthentication |
UserAuthentication. |
Méthodes
Equals(GoogleBigQueryAuthenticationType) |
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(GoogleBigQueryAuthenticationType, GoogleBigQueryAuthenticationType) |
Détermine si deux GoogleBigQueryAuthenticationType valeurs sont identiques. |
Implicit(String to GoogleBigQueryAuthenticationType) |
Convertit une chaîne en GoogleBigQueryAuthenticationType. |
Inequality(GoogleBigQueryAuthenticationType, GoogleBigQueryAuthenticationType) |
Détermine si deux GoogleBigQueryAuthenticationType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET