Interface OperationsResultsClient


public interface OperationsResultsClient
An instance of this class provides access to all the operations defined in OperationsResultsClient.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    get(String location, String operationId)
    Returns operation results for long running operations executing DELETE or PATCH on the resource.
    getWithResponse(String location, String operationId, com.azure.core.util.Context context)
    Returns operation results for long running operations executing DELETE or PATCH on the resource.
  • Method Details

    • getWithResponse

      OperationsResultsGetResponse getWithResponse(String location, String operationId, com.azure.core.util.Context context)
      Returns operation results for long running operations executing DELETE or PATCH on the resource.
      Parameters:
      location - The name of the Azure region.
      operationId - The ID of an ongoing async operation.
      context - The context to associate with this operation.
      Returns:
      the response.
      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.
    • get

      void get(String location, String operationId)
      Returns operation results for long running operations executing DELETE or PATCH on the resource.
      Parameters:
      location - The name of the Azure region.
      operationId - The ID of an ongoing async operation.
      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.