GoogleBigQueryAuthenticationType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O mecanismo de autenticação OAuth 2.0 usado para autenticação. ServiceAuthentication só pode ser usado em IR auto-hospedado.
public readonly struct GoogleBigQueryAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.GoogleBigQueryAuthenticationType>
type GoogleBigQueryAuthenticationType = struct
Public Structure GoogleBigQueryAuthenticationType
Implements IEquatable(Of GoogleBigQueryAuthenticationType)
- Herança
-
GoogleBigQueryAuthenticationType
- Implementações
Construtores
GoogleBigQueryAuthenticationType(String) |
Inicializa uma nova instância de GoogleBigQueryAuthenticationType. |
Propriedades
ServiceAuthentication |
ServiceAuthentication. |
UserAuthentication |
UserAuthentication. |
Métodos
Equals(GoogleBigQueryAuthenticationType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(GoogleBigQueryAuthenticationType, GoogleBigQueryAuthenticationType) |
Determina se dois GoogleBigQueryAuthenticationType valores são os mesmos. |
Implicit(String to GoogleBigQueryAuthenticationType) |
Converte uma cadeia de caracteres em um GoogleBigQueryAuthenticationType. |
Inequality(GoogleBigQueryAuthenticationType, GoogleBigQueryAuthenticationType) |
Determina se dois GoogleBigQueryAuthenticationType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET