Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlAssembly
Packages that use USqlAssembly
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlAssembly in com.microsoft.azure.management.datalake.analytics
Methods in com.microsoft.azure.management.datalake.analytics that return USqlAssemblyModifier and TypeMethodDescriptionCatalogs.getAssembly
(String accountName, String databaseName, String assemblyName) Retrieves the specified assembly from the Data Lake Analytics catalog.Methods in com.microsoft.azure.management.datalake.analytics that return types with arguments of type USqlAssemblyModifier and TypeMethodDescriptionrx.Observable<USqlAssembly>
Catalogs.getAssemblyAsync
(String accountName, String databaseName, String assemblyName) Retrieves the specified assembly from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<USqlAssembly>
Catalogs.getAssemblyAsync
(String accountName, String databaseName, String assemblyName, com.microsoft.rest.ServiceCallback<USqlAssembly> serviceCallback) Retrieves the specified assembly from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<USqlAssembly>>
Catalogs.getAssemblyWithServiceResponseAsync
(String accountName, String databaseName, String assemblyName) Retrieves the specified assembly from the Data Lake Analytics catalog.Method parameters in com.microsoft.azure.management.datalake.analytics with type arguments of type USqlAssemblyModifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<USqlAssembly>
Catalogs.getAssemblyAsync
(String accountName, String databaseName, String assemblyName, com.microsoft.rest.ServiceCallback<USqlAssembly> serviceCallback) Retrieves the specified assembly from the Data Lake Analytics catalog. -
Uses of USqlAssembly in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return USqlAssemblyModifier and TypeMethodDescriptionUSqlAssembly.withClrName
(String clrName) Set the name of the CLR.USqlAssembly.withDatabaseName
(String databaseName) Set the name of the database.USqlAssembly.withDependencies
(List<USqlAssemblyDependencyInfo> dependencies) Set the list of dependencies associated with the assembly.USqlAssembly.withFiles
(List<USqlAssemblyFileInfo> files) Set the list of files associated with the assembly.USqlAssembly.withIsUserDefined
(Boolean isUserDefined) Set the switch indicating if this assembly is user defined or not.USqlAssembly.withIsVisible
(Boolean isVisible) Set the switch indicating if this assembly is visible or not.Set the name of the assembly.