Share via


HDInsightLinkedService(DataFactoryElement<String>) Constructor

Definition

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.

Applies to