public class DataLakeAnalyticsCatalogCredentialDeleteParameters extends Object
| Constructor and Description |
|---|
DataLakeAnalyticsCatalogCredentialDeleteParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
password()
Get the current password for the credential and user with access to the data source.
|
DataLakeAnalyticsCatalogCredentialDeleteParameters |
withPassword(String password)
Set the current password for the credential and user with access to the data source.
|
public DataLakeAnalyticsCatalogCredentialDeleteParameters()
public String password()
public DataLakeAnalyticsCatalogCredentialDeleteParameters withPassword(String password)
password - the password value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/