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<DedicatedHsmOperationInner>list()Get a list of Dedicated HSM operations.com.azure.core.http.rest.PagedIterable<DedicatedHsmOperationInner>list(com.azure.core.util.Context context)Get a list of Dedicated HSM operations.
-
-
-
Method Detail
-
list
com.azure.core.http.rest.PagedIterable<DedicatedHsmOperationInner> list()
Get a list of Dedicated HSM operations.- Returns:
- a list of Dedicated HSM operations as paginated response with
PagedIterable. - Throws:
ErrorException- 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<DedicatedHsmOperationInner> list(com.azure.core.util.Context context)
Get a list of Dedicated HSM operations.- Parameters:
context- The context to associate with this operation.- Returns:
- a list of Dedicated HSM operations as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
-