Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlAssemblyClr
Packages that use 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
Methods in com.microsoft.azure.management.datalake.analytics that return types with arguments of type USqlAssemblyClrModifier 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.Method parameters in com.microsoft.azure.management.datalake.analytics with type arguments of type USqlAssemblyClrModifier 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
Methods in com.microsoft.azure.management.datalake.analytics.models that return USqlAssemblyClrModifier 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.