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 |
---|---|
USqlProcedure |
Catalogs.getProcedure(String accountName,
String databaseName,
String schemaName,
String procedureName)
Retrieves the specified procedure from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<USqlProcedure> |
Catalogs.getProcedureAsync(String accountName,
String databaseName,
String schemaName,
String procedureName)
Retrieves the specified procedure from the Data Lake Analytics catalog.
|
ServiceFuture<USqlProcedure> |
Catalogs.getProcedureAsync(String accountName,
String databaseName,
String schemaName,
String procedureName,
ServiceCallback<USqlProcedure> serviceCallback)
Retrieves the specified procedure from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<USqlProcedure>> |
Catalogs.getProcedureWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String procedureName)
Retrieves the specified procedure from the Data Lake Analytics catalog.
|
PagedList<USqlProcedure> |
Catalogs.listProcedures(String accountName,
String databaseName,
String schemaName)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
PagedList<USqlProcedure> |
Catalogs.listProcedures(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlProcedure>> |
Catalogs.listProceduresAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlProcedure>> |
Catalogs.listProceduresAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlProcedure> serviceCallback)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlProcedure>> |
Catalogs.listProceduresAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlProcedure>> |
Catalogs.listProceduresAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlProcedure> serviceCallback)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
PagedList<USqlProcedure> |
Catalogs.listProceduresNext(String nextPageLink)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<Page<USqlProcedure>> |
Catalogs.listProceduresNextAsync(String nextPageLink)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlProcedure>> |
Catalogs.listProceduresNextAsync(String nextPageLink,
ServiceFuture<List<USqlProcedure>> serviceFuture,
ListOperationCallback<USqlProcedure> serviceCallback)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlProcedure>>> |
Catalogs.listProceduresNextWithServiceResponseAsync(String nextPageLink)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlProcedure>>> |
Catalogs.listProceduresWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Page<USqlProcedure>>> |
Catalogs.listProceduresWithServiceResponseAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<USqlProcedure> |
Catalogs.getProcedureAsync(String accountName,
String databaseName,
String schemaName,
String procedureName,
ServiceCallback<USqlProcedure> serviceCallback)
Retrieves the specified procedure from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlProcedure>> |
Catalogs.listProceduresAsync(String accountName,
String databaseName,
String schemaName,
ListOperationCallback<USqlProcedure> serviceCallback)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlProcedure>> |
Catalogs.listProceduresAsync(String accountName,
String databaseName,
String schemaName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<USqlProcedure> serviceCallback)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlProcedure>> |
Catalogs.listProceduresNextAsync(String nextPageLink,
ServiceFuture<List<USqlProcedure>> serviceFuture,
ListOperationCallback<USqlProcedure> serviceCallback)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
ServiceFuture<List<USqlProcedure>> |
Catalogs.listProceduresNextAsync(String nextPageLink,
ServiceFuture<List<USqlProcedure>> serviceFuture,
ListOperationCallback<USqlProcedure> serviceCallback)
Retrieves the list of procedures from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
USqlProcedure |
USqlProcedure.withDatabaseName(String databaseName)
Set the name of the database.
|
USqlProcedure |
USqlProcedure.withDefinition(String definition)
Set the defined query of the procedure.
|
USqlProcedure |
USqlProcedure.withName(String name)
Set the name of the procedure.
|
USqlProcedure |
USqlProcedure.withSchemaName(String schemaName)
Set the name of the schema associated with this procedure and database.
|
Copyright © 2019. All rights reserved.