DataLakeAnalyticsCatalogCredentialDeleteParameters Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. DataLakeAnalyticsCatalogCredentialDeleteParameters
- com.
public class DataLakeAnalyticsCatalogCredentialDeleteParameters
Data Lake Analytics catalog credential deletion parameters.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
password()
Get the password value. |
Data |
withPassword(String password)
Set the password value. |
Method Details
password
public String password()
Get the password value.
Returns:
the password value
withPassword
public DataLakeAnalyticsCatalogCredentialDeleteParameters withPassword(String password)
Set the password value.
Parameters:
password
- the password value to set
Returns:
the DataLakeAnalyticsCatalogCredentialDeleteParameters object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java