DataLakeAnalyticsCatalogCredentialCreateParameters 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
DataLakeAnalyticsCatalogCredentialCreateParameters() |
Initializes a new instance of the DataLakeAnalyticsCatalogCredentialCreateParameters class. |
DataLakeAnalyticsCatalogCredentialCreateParameters(String, String, String) |
Initializes a new instance of the DataLakeAnalyticsCatalogCredentialCreateParameters class. |
DataLakeAnalyticsCatalogCredentialCreateParameters()
Initializes a new instance of the DataLakeAnalyticsCatalogCredentialCreateParameters class.
public DataLakeAnalyticsCatalogCredentialCreateParameters ();
Public Sub New ()
Applies to
DataLakeAnalyticsCatalogCredentialCreateParameters(String, String, String)
Initializes a new instance of the DataLakeAnalyticsCatalogCredentialCreateParameters class.
public DataLakeAnalyticsCatalogCredentialCreateParameters (string password, string uri, string userId);
new Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters : string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters
Public Sub New (password As String, uri As String, userId As String)
Parameters
- password
- String
the password for the credential and user with access to the data source.
- uri
- String
the URI identifier for the data source this credential can connect to in the format <hostname>:<port>
- userId
- String
the object identifier for the user associated with this credential with access to the data source.
Applies to
Azure SDK for .NET