Compartilhar via


HiveLinkedService Construtor

Definição

Inicializa uma nova instância de HiveLinkedService.

public HiveLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> host, Azure.ResourceManager.DataFactory.Models.HiveAuthenticationType authenticationType);
new Azure.ResourceManager.DataFactory.Models.HiveLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.ResourceManager.DataFactory.Models.HiveAuthenticationType -> Azure.ResourceManager.DataFactory.Models.HiveLinkedService
Public Sub New (host As DataFactoryElement(Of String), authenticationType As HiveAuthenticationType)

Parâmetros

host
DataFactoryElement<String>

Endereço IP ou nome de host do servidor Hive, separado por ';' para vários hosts (somente quando serviceDiscoveryMode estiver habilitado).

authenticationType
HiveAuthenticationType

O método de autenticação usado para acessar o servidor do Hive.

Exceções

host é nulo.

Aplica-se a