Compartilhar via


SparkLinkedService Construtor

Definição

Inicializa uma nova instância do SparkLinkedService.

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

Parâmetros

host
DataFactoryElement<String>

Endereço IP ou nome do host do servidor Spark.

port
DataFactoryElement<Int32>

A porta TCP usada pelo servidor Spark para ouvir conexões de cliente.

authenticationType
SparkAuthenticationType

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

Exceções

host ou port é nulo.

Aplica-se a