Partager via


HiveLinkedService Constructeur

Définition

Initialise une nouvelle instance 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)

Paramètres

host
DataFactoryElement<String>

Adresse IP ou nom d’hôte du serveur Hive, séparé par « ; » pour plusieurs hôtes (uniquement quand serviceDiscoveryMode est activé).

authenticationType
HiveAuthenticationType

Méthode d’authentification utilisée pour accéder au serveur Hive.

Exceptions

host a la valeur null.

S’applique à