HDInsightLinkedService Constructors

Definition

Overloads

HDInsightLinkedService()
HDInsightLinkedService(String, String, String)

HDInsightLinkedService()

public HDInsightLinkedService ();
Public Sub New ()

Applies to

HDInsightLinkedService(String, String, String)

public HDInsightLinkedService (string clusterUri, string userName, string password);
new Microsoft.Azure.Management.DataFactories.Models.HDInsightLinkedService : string * string * string -> Microsoft.Azure.Management.DataFactories.Models.HDInsightLinkedService
Public Sub New (clusterUri As String, userName As String, password As String)

Parameters

clusterUri
String
userName
String
password
String

Applies to