Interface OperationsClient
-
public interface OperationsClient
An instance of this class provides access to all the operations defined in OperationsClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OperationDetailInner>
list()
Lists all of the available RP operations.com.azure.core.http.rest.PagedIterable<OperationDetailInner>
list(com.azure.core.util.Context context)
Lists all of the available RP operations.
-
-
-
Method Detail
-
list
com.azure.core.http.rest.PagedIterable<OperationDetailInner> list()
Lists all of the available RP operations.- Returns:
- available operations of the service as paginated response with
PagedIterable
. - Throws:
DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<OperationDetailInner> list(com.azure.core.util.Context context)
Lists all of the available RP operations.- Parameters:
context
- The context to associate with this operation.- Returns:
- available operations of the service as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.DefaultErrorResponseErrorException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
-