SparkLinkedService(Object, Object, SparkAuthenticationType) Constructor

Definition

Initializes a new instance of SparkLinkedService.

public SparkLinkedService (object host, object port, Azure.Analytics.Synapse.Artifacts.Models.SparkAuthenticationType authenticationType);
new Azure.Analytics.Synapse.Artifacts.Models.SparkLinkedService : obj * obj * Azure.Analytics.Synapse.Artifacts.Models.SparkAuthenticationType -> Azure.Analytics.Synapse.Artifacts.Models.SparkLinkedService
Public Sub New (host As Object, port As Object, authenticationType As SparkAuthenticationType)

Parameters

host
Object

IP address or host name of the Spark server.

port
Object

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