Interface Operations
-
public interface Operations
Resource collection API of Operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OperationDetail>
list()
Lists all of the available RP operations.com.azure.core.http.rest.PagedIterable<OperationDetail>
list(com.azure.core.util.Context context)
Lists all of the available RP operations.
-
-
-
Method Detail
-
list
com.azure.core.http.rest.PagedIterable<OperationDetail> 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<OperationDetail> 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.
-
-