DataLakeAnalyticsCatalogCredentialCreateParameters Class

Definition

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