HDInsightLinkedService Constructors
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.
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