Interface Operations


  • public interface Operations
    Resource collection API of Operations.
    • Method Detail

      • list

        com.azure.core.http.rest.PagedIterable<DedicatedHsmOperation> 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<DedicatedHsmOperation> 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.