HiveAuthenticationType 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 método de autenticação usado para acessar o servidor do Hive.
public readonly struct HiveAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.HiveAuthenticationType>
type HiveAuthenticationType = struct
Public Structure HiveAuthenticationType
Implements IEquatable(Of HiveAuthenticationType)
- Herança
-
HiveAuthenticationType
- Implementações
Construtores
HiveAuthenticationType(String) |
Inicializa uma nova instância de HiveAuthenticationType. |
Propriedades
Anonymous |
Anônima. |
Username |
Username. |
UsernameAndPassword |
UsernameAndPassword. |
WindowsAzureHDInsightService |
WindowsAzureHDInsightService. |
Métodos
Equals(HiveAuthenticationType) |
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(HiveAuthenticationType, HiveAuthenticationType) |
Determina se dois HiveAuthenticationType valores são os mesmos. |
Implicit(String to HiveAuthenticationType) |
Converte uma cadeia de caracteres em um HiveAuthenticationType. |
Inequality(HiveAuthenticationType, HiveAuthenticationType) |
Determina se dois HiveAuthenticationType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET