Uses of Class
com.microsoft.azure.management.datalake.analytics.models.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
Modifier and TypeMethodDescriptionCatalogs.getAssembly
(String accountName, String databaseName, String assemblyName) Retrieves the specified assembly from the Data Lake Analytics catalog.Modifier 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.Modifier 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
Modifier 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.