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
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET