DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters
- com.
public class DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters
Data Lake Analytics catalog secret creation and update parameters. This is deprecated and will be removed in the next release. Please use DataLakeAnalyticsCatalogCredentialCreateOrUpdateParameters instead.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
password()
Get the password value. |
String |
uri()
Get the uri value. |
Data |
withPassword(String password)
Set the password value. |
Data |
withUri(String uri)
Set the uri value. |
Method Details
password
public String password()
Get the password value.
Returns:
uri
public String uri()
Get the uri value.
Returns:
withPassword
public DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters withPassword(String password)
Set the password value.
Parameters:
Returns:
withUri
public DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters withUri(String uri)
Set the uri value.
Parameters:
Returns:
Applies to
Azure SDK for Java