Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlAssemblyClr
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlAssemblyClr in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptioncom.microsoft.azure.PagedList<USqlAssemblyClr>
Catalogs.listAssemblies
(String accountName, String databaseName) Retrieves the list of assemblies from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlAssemblyClr>
Catalogs.listAssemblies
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of assemblies from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlAssemblyClr>>
Catalogs.listAssembliesAsync
(String accountName, String databaseName) Retrieves the list of assemblies from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlAssemblyClr>>
Catalogs.listAssembliesAsync
(String accountName, String databaseName, com.microsoft.azure.ListOperationCallback<USqlAssemblyClr> serviceCallback) Retrieves the list of assemblies from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlAssemblyClr>>
Catalogs.listAssembliesAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of assemblies from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlAssemblyClr>>
Catalogs.listAssembliesAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<USqlAssemblyClr> serviceCallback) Retrieves the list of assemblies from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<USqlAssemblyClr>
Catalogs.listAssembliesNext
(String nextPageLink) Retrieves the list of assemblies from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<USqlAssemblyClr>>
Catalogs.listAssembliesNextAsync
(String nextPageLink) Retrieves the list of assemblies from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlAssemblyClr>>
Catalogs.listAssembliesNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlAssemblyClr>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlAssemblyClr> serviceCallback) Retrieves the list of assemblies from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlAssemblyClr>>>
Catalogs.listAssembliesNextWithServiceResponseAsync
(String nextPageLink) Retrieves the list of assemblies from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlAssemblyClr>>>
Catalogs.listAssembliesWithServiceResponseAsync
(String accountName, String databaseName) Retrieves the list of assemblies from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<USqlAssemblyClr>>>
Catalogs.listAssembliesWithServiceResponseAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of assemblies from the Data Lake Analytics catalog.Modifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<List<USqlAssemblyClr>>
Catalogs.listAssembliesAsync
(String accountName, String databaseName, com.microsoft.azure.ListOperationCallback<USqlAssemblyClr> serviceCallback) Retrieves the list of assemblies from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlAssemblyClr>>
Catalogs.listAssembliesAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<USqlAssemblyClr> serviceCallback) Retrieves the list of assemblies from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlAssemblyClr>>
Catalogs.listAssembliesNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlAssemblyClr>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlAssemblyClr> serviceCallback) Retrieves the list of assemblies from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<List<USqlAssemblyClr>>
Catalogs.listAssembliesNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<USqlAssemblyClr>> serviceFuture, com.microsoft.azure.ListOperationCallback<USqlAssemblyClr> serviceCallback) Retrieves the list of assemblies from the Data Lake Analytics catalog. -
Uses of USqlAssemblyClr in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionUSqlAssemblyClr.withClrName
(String clrName) Set the name of the CLR.USqlAssemblyClr.withDatabaseName
(String databaseName) Set the name of the database.Set the name of the assembly.