HDInsightLinkedService(Object) Constructor

Definition

Initializes a new instance of HDInsightLinkedService.

public HDInsightLinkedService (object clusterUri);
new Azure.Analytics.Synapse.Artifacts.Models.HDInsightLinkedService : obj -> Azure.Analytics.Synapse.Artifacts.Models.HDInsightLinkedService
Public Sub New (clusterUri As Object)

Parameters

clusterUri
Object

HDInsight cluster URI. Type: string (or Expression with resultType string).

Exceptions

clusterUri is null.

Applies to