| 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 |
|---|---|
com.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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/