DataLakeAnalyticsCatalogCredentialUpdateParameters Class

Definition

Data Lake Analytics catalog credential update parameters.

public class DataLakeAnalyticsCatalogCredentialUpdateParameters
type DataLakeAnalyticsCatalogCredentialUpdateParameters = class
Public Class DataLakeAnalyticsCatalogCredentialUpdateParameters
Inheritance
DataLakeAnalyticsCatalogCredentialUpdateParameters

Constructors

DataLakeAnalyticsCatalogCredentialUpdateParameters()

Initializes a new instance of the DataLakeAnalyticsCatalogCredentialUpdateParameters class.

DataLakeAnalyticsCatalogCredentialUpdateParameters(String, String, String, String)

Initializes a new instance of the DataLakeAnalyticsCatalogCredentialUpdateParameters class.

Properties

NewPassword

Gets or sets the new password for the credential and user with access to the data source.

Password

Gets or sets the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.

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.

Applies to