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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET