Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
USqlSecret |
Catalogs.getSecret(String accountName,
String databaseName,
String secretName)
Gets the specified secret in the specified database.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<USqlSecret> |
Catalogs.getSecretAsync(String accountName,
String databaseName,
String secretName)
Gets the specified secret in the specified database.
|
ServiceFuture<USqlSecret> |
Catalogs.getSecretAsync(String accountName,
String databaseName,
String secretName,
ServiceCallback<USqlSecret> serviceCallback)
Gets the specified secret in the specified database.
|
rx.Observable<ServiceResponse<USqlSecret>> |
Catalogs.getSecretWithServiceResponseAsync(String accountName,
String databaseName,
String secretName)
Gets the specified secret in the specified database.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<USqlSecret> |
Catalogs.getSecretAsync(String accountName,
String databaseName,
String secretName,
ServiceCallback<USqlSecret> serviceCallback)
Gets the specified secret in the specified database.
|
Modifier and Type | Method and Description |
---|---|
USqlSecret |
USqlSecret.withCreationTime(org.joda.time.DateTime creationTime)
Set the creation time of the credential object.
|
USqlSecret |
USqlSecret.withDatabaseName(String databaseName)
Set the name of the database.
|
USqlSecret |
USqlSecret.withName(String name)
Set the name of the secret.
|
USqlSecret |
USqlSecret.withPassword(String password)
Set the password for the secret to pass in.
|
USqlSecret |
USqlSecret.withUri(String uri)
Set the URI identifier for the secret in the format <hostname>:<port>.
|
Copyright © 2019. All rights reserved.