Interface OperationsResultsLocations


public interface OperationsResultsLocations
Resource collection API of OperationsResultsLocations.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    get(String location, String operationId)
    Returns operation results.
    com.azure.core.http.rest.Response<Void>
    getWithResponse(String location, String operationId, com.azure.core.util.Context context)
    Returns operation results.
  • Method Details

    • get

      void get(String location, String operationId)
      Returns operation results.
      Parameters:
      location - Azure location (region) name.
      operationId - The Guid of the operation ID.
      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.
    • getWithResponse

      com.azure.core.http.rest.Response<Void> getWithResponse(String location, String operationId, com.azure.core.util.Context context)
      Returns operation results.
      Parameters:
      location - Azure location (region) name.
      operationId - The Guid of the operation ID.
      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.