public interface Operations
| Modifier and Type | Method and Description |
|---|---|
OperationListResult |
list()
Lists all of the available Data Lake Analytics REST API operations.
|
rx.Observable<OperationListResult> |
listAsync()
Lists all of the available Data Lake Analytics REST API operations.
|
com.microsoft.rest.ServiceFuture<OperationListResult> |
listAsync(com.microsoft.rest.ServiceCallback<OperationListResult> serviceCallback)
Lists all of the available Data Lake Analytics REST API operations.
|
rx.Observable<com.microsoft.rest.ServiceResponse<OperationListResult>> |
listWithServiceResponseAsync()
Lists all of the available Data Lake Analytics REST API operations.
|
OperationListResult list()
IllegalArgumentException - thrown if parameters fail the validationcom.microsoft.azure.CloudException - thrown if the request is rejected by serverRuntimeException - all other wrapped checked exceptions if the request fails to be sentcom.microsoft.rest.ServiceFuture<OperationListResult> listAsync(com.microsoft.rest.ServiceCallback<OperationListResult> serviceCallback)
serviceCallback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectIllegalArgumentException - thrown if parameters fail the validationrx.Observable<OperationListResult> listAsync()
IllegalArgumentException - thrown if parameters fail the validationrx.Observable<com.microsoft.rest.ServiceResponse<OperationListResult>> listWithServiceResponseAsync()
IllegalArgumentException - thrown if parameters fail the validation/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/