DataLakeAnalyticsCatalogCredentialCreateParameters Class
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.
Data Lake Analytics catalog credential creation parameters.
public class DataLakeAnalyticsCatalogCredentialCreateParameters
type DataLakeAnalyticsCatalogCredentialCreateParameters = class
Public Class DataLakeAnalyticsCatalogCredentialCreateParameters
- Inheritance
-
DataLakeAnalyticsCatalogCredentialCreateParameters
Constructors
DataLakeAnalyticsCatalogCredentialCreateParameters() |
Initializes a new instance of the DataLakeAnalyticsCatalogCredentialCreateParameters class. |
DataLakeAnalyticsCatalogCredentialCreateParameters(String, String, String) |
Initializes a new instance of the DataLakeAnalyticsCatalogCredentialCreateParameters class. |
Properties
Password |
Gets or sets the password for the credential and user with access to the data source. |
Uri |
Gets or sets the URI identifier for the data source this credential can connect to in the format <hostname>:<port> |
UserId |
Gets or sets the object identifier for the user associated with this credential with access to the data source. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET