Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
USqlAssembly |
Catalogs.getAssembly(String accountName,
String databaseName,
String assemblyName)
Retrieves the specified assembly from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<USqlAssembly> |
Catalogs.getAssemblyAsync(String accountName,
String databaseName,
String assemblyName)
Retrieves the specified assembly from the Data Lake Analytics catalog.
|
ServiceFuture<USqlAssembly> |
Catalogs.getAssemblyAsync(String accountName,
String databaseName,
String assemblyName,
ServiceCallback<USqlAssembly> serviceCallback)
Retrieves the specified assembly from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlAssembly>> |
Catalogs.getAssemblyWithServiceResponseAsync(String accountName,
String databaseName,
String assemblyName)
Retrieves the specified assembly from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<USqlAssembly> |
Catalogs.getAssemblyAsync(String accountName,
String databaseName,
String assemblyName,
ServiceCallback<USqlAssembly> serviceCallback)
Retrieves the specified assembly from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
USqlAssembly |
USqlAssembly.withClrName(String clrName)
Set the name of the CLR.
|
USqlAssembly |
USqlAssembly.withDatabaseName(String databaseName)
Set the name of the database.
|
USqlAssembly |
USqlAssembly.withDependencies(List<USqlAssemblyDependencyInfo> dependencies)
Set the list of dependencies associated with the assembly.
|
USqlAssembly |
USqlAssembly.withFiles(List<USqlAssemblyFileInfo> files)
Set the list of files associated with the assembly.
|
USqlAssembly |
USqlAssembly.withIsUserDefined(Boolean isUserDefined)
Set the switch indicating if this assembly is user defined or not.
|
USqlAssembly |
USqlAssembly.withIsVisible(Boolean isVisible)
Set the switch indicating if this assembly is visible or not.
|
USqlAssembly |
USqlAssembly.withName(String name)
Set the name of the assembly.
|
Copyright © 2019. All rights reserved.