Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlCredential
Packages that use USqlCredential
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlCredential in com.microsoft.azure.management.datalake.analytics
Methods in com.microsoft.azure.management.datalake.analytics that return USqlCredentialModifier and TypeMethodDescriptionCatalogs.getCredential
(String accountName, String databaseName, String credentialName) Retrieves the specified credential from the Data Lake Analytics catalog.Methods in com.microsoft.azure.management.datalake.analytics that return types with arguments of type USqlCredentialModifier and TypeMethodDescriptionrx.Observable<USqlCredential>
Catalogs.getCredentialAsync
(String accountName, String databaseName, String credentialName) Retrieves the specified credential from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<USqlCredential>
Catalogs.getCredentialAsync
(String accountName, String databaseName, String credentialName, com.microsoft.rest.ServiceCallback<USqlCredential> serviceCallback) Retrieves the specified credential from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<USqlCredential>>
Catalogs.getCredentialWithServiceResponseAsync
(String accountName, String databaseName, String credentialName) Retrieves the specified credential from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlCredential>
Catalogs.listCredentials
(String accountName, String databaseName) Retrieves the list of credentials from the Data Lake Analytics catalog.com.microsoft.azure.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<com.microsoft.azure.Page<USqlCredential>>
Catalogs.listCredentialsAsync
(String accountName, String databaseName) Retrieves the list of credentials from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlCredential>>
Catalogs.listCredentialsAsync
(String accountName, String databaseName, com.microsoft.azure.ListOperationCallback<USqlCredential> serviceCallback) Retrieves the list of credentials from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.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.com.microsoft.rest.ServiceFuture<List<USqlCredential>>
Catalogs.listCredentialsAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<USqlCredential> serviceCallback) Retrieves the list of credentials from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlCredential>
Catalogs.listCredentialsNext
(String nextPageLink) Retrieves the list of credentials from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlCredential>>
Catalogs.listCredentialsNextAsync
(String nextPageLink) Retrieves the list of credentials from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlCredential>>
Catalogs.listCredentialsNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlCredential>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlCredential> serviceCallback) Retrieves the list of credentials from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlCredential>>>
Catalogs.listCredentialsNextWithServiceResponseAsync
(String nextPageLink) Retrieves the list of credentials from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlCredential>>>
Catalogs.listCredentialsWithServiceResponseAsync
(String accountName, String databaseName) Retrieves the list of credentials from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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.Method parameters in com.microsoft.azure.management.datalake.analytics with type arguments of type USqlCredentialModifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<USqlCredential>
Catalogs.getCredentialAsync
(String accountName, String databaseName, String credentialName, com.microsoft.rest.ServiceCallback<USqlCredential> serviceCallback) Retrieves the specified credential from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlCredential>>
Catalogs.listCredentialsAsync
(String accountName, String databaseName, com.microsoft.azure.ListOperationCallback<USqlCredential> serviceCallback) Retrieves the list of credentials from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlCredential>>
Catalogs.listCredentialsAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<USqlCredential> serviceCallback) Retrieves the list of credentials from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlCredential>>
Catalogs.listCredentialsNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlCredential>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlCredential> serviceCallback) Retrieves the list of credentials from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlCredential>>
Catalogs.listCredentialsNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlCredential>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlCredential> serviceCallback) Retrieves the list of credentials from the Data Lake Analytics catalog. -
Uses of USqlCredential in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return USqlCredentialModifier and TypeMethodDescriptionSet the name of the credential.