Class DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.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.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionpassword()
Get the password for the secret to pass in.uri()
Get the URI identifier for the secret in the format <hostname>:<port>.withPassword
(String password) Set the password for the secret to pass in.Set the URI identifier for the secret in the format <hostname>:<port>.
-
Constructor Details
-
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters
public DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters()
-
-
Method Details
-
password
Get the password for the secret to pass in.- Returns:
- the password value
-
withPassword
Set the password for the secret to pass in.- Parameters:
password
- the password value to set- Returns:
- the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters object itself.
-
uri
Get the URI identifier for the secret in the format <hostname>:<port>.- Returns:
- the uri value
-
withUri
Set the URI identifier for the secret in the format <hostname>:<port>.- Parameters:
uri
- the uri value to set- Returns:
- the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters object itself.
-