Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlSecret
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlSecret in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionGets the specified secret in the specified database.Modifier and TypeMethodDescriptionrx.Observable<USqlSecret>
Catalogs.getSecretAsync
(String accountName, String databaseName, String secretName) Gets the specified secret in the specified database.com.microsoft.rest.ServiceFuture<USqlSecret>
Catalogs.getSecretAsync
(String accountName, String databaseName, String secretName, com.microsoft.rest.ServiceCallback<USqlSecret> serviceCallback) Gets the specified secret in the specified database.rx.Observable<com.microsoft.rest.ServiceResponse<USqlSecret>>
Catalogs.getSecretWithServiceResponseAsync
(String accountName, String databaseName, String secretName) Gets the specified secret in the specified database.Modifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<USqlSecret>
Catalogs.getSecretAsync
(String accountName, String databaseName, String secretName, com.microsoft.rest.ServiceCallback<USqlSecret> serviceCallback) Gets the specified secret in the specified database. -
Uses of USqlSecret in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionUSqlSecret.withCreationTime
(org.joda.time.DateTime creationTime) Set the creation time of the credential object.USqlSecret.withDatabaseName
(String databaseName) Set the name of the database.Set the name of the secret.USqlSecret.withPassword
(String password) Set the password for the secret to pass in.Set the URI identifier for the secret in the format <hostname>:<port>.