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 |
---|---|
PagedList<USqlAssemblyClr> |
Catalogs.listAssemblies(String accountName,
String databaseName)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
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<Page<USqlAssemblyClr>> |
Catalogs.listAssembliesAsync(String accountName,
String databaseName)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlAssemblyClr>> |
Catalogs.listAssembliesAsync(String accountName,
String databaseName,
ListOperationCallback<USqlAssemblyClr> serviceCallback)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<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.
|
ServiceFuture<List<USqlAssemblyClr>> |
Catalogs.listAssembliesAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlAssemblyClr> serviceCallback)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
PagedList<USqlAssemblyClr> |
Catalogs.listAssembliesNext(String nextPageLink)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlAssemblyClr>> |
Catalogs.listAssembliesNextAsync(String nextPageLink)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlAssemblyClr>> |
Catalogs.listAssembliesNextAsync(String nextPageLink,
ServiceFuture<List<USqlAssemblyClr>> serviceFuture,
ListOperationCallback<USqlAssemblyClr> serviceCallback)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlAssemblyClr>>> |
Catalogs.listAssembliesNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlAssemblyClr>>> |
Catalogs.listAssembliesWithServiceResponseAsync(String accountName,
String databaseName)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<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 Type | Method and Description |
---|---|
ServiceFuture<List<USqlAssemblyClr>> |
Catalogs.listAssembliesAsync(String accountName,
String databaseName,
ListOperationCallback<USqlAssemblyClr> serviceCallback)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlAssemblyClr>> |
Catalogs.listAssembliesAsync(String accountName,
String databaseName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlAssemblyClr> serviceCallback)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlAssemblyClr>> |
Catalogs.listAssembliesNextAsync(String nextPageLink,
ServiceFuture<List<USqlAssemblyClr>> serviceFuture,
ListOperationCallback<USqlAssemblyClr> serviceCallback)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlAssemblyClr>> |
Catalogs.listAssembliesNextAsync(String nextPageLink,
ServiceFuture<List<USqlAssemblyClr>> serviceFuture,
ListOperationCallback<USqlAssemblyClr> serviceCallback)
Retrieves the list of assemblies from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
USqlAssemblyClr |
USqlAssemblyClr.withClrName(String clrName)
Set the name of the CLR.
|
USqlAssemblyClr |
USqlAssemblyClr.withDatabaseName(String databaseName)
Set the name of the database.
|
USqlAssemblyClr |
USqlAssemblyClr.withName(String name)
Set the name of the assembly.
|
Copyright © 2019. All rights reserved.