Interface OperationsClient
-
public interface OperationsClientAn 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<OperationValueInner>list()Gets a list of operations.com.azure.core.http.rest.PagedIterable<OperationValueInner>list(com.azure.core.util.Context context)Gets a list of operations.com.azure.core.http.rest.PagedFlux<OperationValueInner>listAsync()Gets a list of operations.
-
-
-
Method Detail
-
listAsync
com.azure.core.http.rest.PagedFlux<OperationValueInner> listAsync()
Gets a list of operations.- Returns:
- a list of operations as paginated response with
PagedFlux. - Throws:
com.azure.core.management.exception.ManagementException- 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<OperationValueInner> list()
Gets a list of operations.- Returns:
- a list of operations as paginated response with
PagedIterable. - Throws:
com.azure.core.management.exception.ManagementException- 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<OperationValueInner> list(com.azure.core.util.Context context)
Gets a list of operations.- Parameters:
context- The context to associate with this operation.- Returns:
- a list of operations as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
-