SparkLinkedService Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET