Class USqlSecret
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlSecret
A Data Lake Analytics catalog U-SQL secret item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
Get the creation time of the credential object.Get the name of the database.name()
Get the name of the secret.password()
Get the password for the secret to pass in.uri()
Get the URI identifier for the secret in the format <hostname>:<port>.withCreationTime
(org.joda.time.DateTime creationTime) Set the creation time of the credential object.withDatabaseName
(String databaseName) Set the name of the database.Set the name of the secret.withPassword
(String password) Set the password for the secret to pass in.Set the URI identifier for the secret in the format <hostname>:<port>.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CatalogItem
computeAccountName, version, withComputeAccountName, withVersion
-
Constructor Details
-
USqlSecret
public USqlSecret()
-
-
Method Details
-
databaseName
Get the name of the database.- Returns:
- the databaseName value
-
withDatabaseName
Set the name of the database.- Parameters:
databaseName
- the databaseName value to set- Returns:
- the USqlSecret object itself.
-
name
Get the name of the secret.- Returns:
- the name value
-
withName
Set the name of the secret.- Parameters:
name
- the name value to set- Returns:
- the USqlSecret object itself.
-
creationTime
public org.joda.time.DateTime creationTime()Get the creation time of the credential object. This is the only information returned about a secret from a GET.- Returns:
- the creationTime value
-
withCreationTime
Set the creation time of the credential object. This is the only information returned about a secret from a GET.- Parameters:
creationTime
- the creationTime value to set- Returns:
- the USqlSecret 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 USqlSecret object itself.
-
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 USqlSecret object itself.
-