Interface Operations
public interface Operations
An instance of this class provides access to all the operations defined
in Operations.
-
Method Summary
Modifier and TypeMethodDescriptionlist()
Lists all of the available Data Lake Store REST API operations.rx.Observable<OperationListResult>
Lists all of the available Data Lake Store REST API operations.com.microsoft.rest.ServiceFuture<OperationListResult>
listAsync
(com.microsoft.rest.ServiceCallback<OperationListResult> serviceCallback) Lists all of the available Data Lake Store REST API operations.rx.Observable<com.microsoft.rest.ServiceResponse<OperationListResult>>
Lists all of the available Data Lake Store REST API operations.
-
Method Details
-
list
OperationListResult list()Lists all of the available Data Lake Store REST API operations.- Returns:
- the OperationListResult object if successful.
- Throws:
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 sent
-
listAsync
com.microsoft.rest.ServiceFuture<OperationListResult> listAsync(com.microsoft.rest.ServiceCallback<OperationListResult> serviceCallback) Lists all of the available Data Lake Store REST API operations.- Parameters:
serviceCallback
- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFuture
object - Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listAsync
rx.Observable<OperationListResult> listAsync()Lists all of the available Data Lake Store REST API operations.- Returns:
- the observable to the OperationListResult object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-
listWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<OperationListResult>> listWithServiceResponseAsync()Lists all of the available Data Lake Store REST API operations.- Returns:
- the observable to the OperationListResult object
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation
-