Compartir a través de


HiveAuthenticationType Estructura

Definición

Método de autenticación que se usa para tener acceso al servidor de Hive.

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

Constructores

HiveAuthenticationType(String)

Inicializa una nueva instancia de la clase HiveAuthenticationType.

Propiedades

Anonymous

Anonymous.

Username

Nombre de usuario.

UsernameAndPassword

UsernameAndPassword.

WindowsAzureHDInsightService

WindowsAzureHDInsightService.

Métodos

Equals(HiveAuthenticationType)

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(HiveAuthenticationType, HiveAuthenticationType)

Determina si dos HiveAuthenticationType valores son los mismos.

Implicit(String to HiveAuthenticationType)

Convierte una cadena en un HiveAuthenticationType.

Inequality(HiveAuthenticationType, HiveAuthenticationType)

Determina si dos HiveAuthenticationType valores no son los mismos.

Se aplica a