Class DataLakeAnalyticsCatalogCredentialDeleteParameters
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsCatalogCredentialDeleteParameters
Data Lake Analytics catalog credential deletion parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpassword()
Get the current password for the credential and user with access to the data source.withPassword
(String password) Set the current password for the credential and user with access to the data source.
-
Constructor Details
-
DataLakeAnalyticsCatalogCredentialDeleteParameters
public DataLakeAnalyticsCatalogCredentialDeleteParameters()
-
-
Method Details
-
password
Get 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.- Returns:
- the password value
-
withPassword
Set 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.- Parameters:
password
- the password value to set- Returns:
- the DataLakeAnalyticsCatalogCredentialDeleteParameters object itself.
-