HDInsightLinkedService(DataFactoryElement<String>) 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 HDInsightLinkedService.
public HDInsightLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> clusterUri);
new Azure.ResourceManager.DataFactory.Models.HDInsightLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.HDInsightLinkedService
Public Sub New (clusterUri As DataFactoryElement(Of String))
Parameters
- clusterUri
- DataFactoryElement<String>
HDInsight cluster URI. Type: string (or Expression with resultType string).
Exceptions
clusterUri
is null.