GoogleBigQueryAuthenticationType Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET