Compartir a través de


GoogleBigQueryAuthenticationType Estructura

Definición

Mecanismo de autenticación OAuth 2.0 que se usa para autenticar. ServiceAuthentication solo puede utilizarse en IR autohospedados.

public readonly struct GoogleBigQueryAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.GoogleBigQueryAuthenticationType>
type GoogleBigQueryAuthenticationType = struct
Public Structure GoogleBigQueryAuthenticationType
Implements IEquatable(Of GoogleBigQueryAuthenticationType)
Herencia
GoogleBigQueryAuthenticationType
Implementaciones

Constructores

GoogleBigQueryAuthenticationType(String)

Inicializa una nueva instancia de la clase GoogleBigQueryAuthenticationType.

Propiedades

ServiceAuthentication

ServiceAuthentication.

UserAuthentication

UserAuthentication.

Métodos

Equals(GoogleBigQueryAuthenticationType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(GoogleBigQueryAuthenticationType, GoogleBigQueryAuthenticationType)

Determina si dos GoogleBigQueryAuthenticationType valores son los mismos.

Implicit(String to GoogleBigQueryAuthenticationType)

Convierte una cadena en un GoogleBigQueryAuthenticationType.

Inequality(GoogleBigQueryAuthenticationType, GoogleBigQueryAuthenticationType)

Determina si dos GoogleBigQueryAuthenticationType valores no son los mismos.

Se aplica a