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 |
---|---|
USqlCredential |
Catalogs.getCredential(String accountName,
String databaseName,
String credentialName)
Retrieves the specified credential from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<USqlCredential> |
Catalogs.getCredentialAsync(String accountName,
String databaseName,
String credentialName)
Retrieves the specified credential from the Data Lake Analytics catalog.
|
ServiceFuture<USqlCredential> |
Catalogs.getCredentialAsync(String accountName,
String databaseName,
String credentialName,
ServiceCallback<USqlCredential> serviceCallback)
Retrieves the specified credential from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlCredential>> |
Catalogs.getCredentialWithServiceResponseAsync(String accountName,
String databaseName,
String credentialName)
Retrieves the specified credential from the Data Lake Analytics catalog.
|
PagedList<USqlCredential> |
Catalogs.listCredentials(String accountName,
String databaseName)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
PagedList<USqlCredential> |
Catalogs.listCredentials(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlCredential>> |
Catalogs.listCredentialsAsync(String accountName,
String databaseName)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlCredential>> |
Catalogs.listCredentialsAsync(String accountName,
String databaseName,
ListOperationCallback<USqlCredential> serviceCallback)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlCredential>> |
Catalogs.listCredentialsAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlCredential>> |
Catalogs.listCredentialsAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlCredential> serviceCallback)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
PagedList<USqlCredential> |
Catalogs.listCredentialsNext(String nextPageLink)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlCredential>> |
Catalogs.listCredentialsNextAsync(String nextPageLink)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlCredential>> |
Catalogs.listCredentialsNextAsync(String nextPageLink,
ServiceFuture<List<USqlCredential>> serviceFuture,
ListOperationCallback<USqlCredential> serviceCallback)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlCredential>>> |
Catalogs.listCredentialsNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlCredential>>> |
Catalogs.listCredentialsWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlCredential>>> |
Catalogs.listCredentialsWithServiceResponseAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<USqlCredential> |
Catalogs.getCredentialAsync(String accountName,
String databaseName,
String credentialName,
ServiceCallback<USqlCredential> serviceCallback)
Retrieves the specified credential from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlCredential>> |
Catalogs.listCredentialsAsync(String accountName,
String databaseName,
ListOperationCallback<USqlCredential> serviceCallback)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlCredential>> |
Catalogs.listCredentialsAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlCredential> serviceCallback)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlCredential>> |
Catalogs.listCredentialsNextAsync(String nextPageLink,
ServiceFuture<List<USqlCredential>> serviceFuture,
ListOperationCallback<USqlCredential> serviceCallback)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlCredential>> |
Catalogs.listCredentialsNextAsync(String nextPageLink,
ServiceFuture<List<USqlCredential>> serviceFuture,
ListOperationCallback<USqlCredential> serviceCallback)
Retrieves the list of credentials from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
USqlCredential |
USqlCredential.withName(String name)
Set the name of the credential.
|
Copyright © 2019. All rights reserved.