Partager via


GoogleBigQueryAuthenticationType Structure

Définition

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.ResourceManager.DataFactory.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 à