Share via


SparkLinkedService Constructor

Definition

Initializes a new instance of 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)

Parameters

host
DataFactoryElement<String>

IP address or host name of the Spark server.

port
DataFactoryElement<Int32>

The TCP port that the Spark server uses to listen for client connections.

authenticationType
SparkAuthenticationType

The authentication method used to access the Spark server.

Exceptions

host or port is null.

Applies to