Interface OperationResults


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

    Modifier and Type
    Method
    Description
    get(String operationResultId)
    Get the operation result for a long running operation.
    get(String operationResultId, com.azure.core.util.Context context)
    Get the operation result for a long running operation.
  • Method Details

    • get

      OperationResultsDescription get(String operationResultId)
      Get the operation result for a long running operation.
      Parameters:
      operationResultId - The ID of the operation result to get.
      Returns:
      the operation result for a long running 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.
    • get

      OperationResultsDescription get(String operationResultId, com.azure.core.util.Context context)
      Get the operation result for a long running operation.
      Parameters:
      operationResultId - The ID of the operation result to get.
      context - The context to associate with this operation.
      Returns:
      the operation result for a long running 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.