Interface OperationResultsClient


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

    • beginGet

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationResultsDescriptionInner>,OperationResultsDescriptionInner> beginGet(String operationResultId)
      Get the operation result for a long running operation.
      Parameters:
      operationResultId - The ID of the operation result to get.
      Returns:
      the SyncPoller for polling of 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.
    • beginGet

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationResultsDescriptionInner>,OperationResultsDescriptionInner> beginGet(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 SyncPoller for polling of 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

      OperationResultsDescriptionInner 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

      OperationResultsDescriptionInner 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.