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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET