Interface OperationsResultsClient


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

    • beginGet

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationResultInner>,OperationResultInner> beginGet(String location, String operationId)
      Returns operation results.
      Parameters:
      location - The name of Azure region.
      operationId - The ID of an ongoing async operation.
      Returns:
      the SyncPoller for polling of operation Result Entity.
      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<OperationResultInner>,OperationResultInner> beginGet(String location, String operationId, com.azure.core.util.Context context)
      Returns operation results.
      Parameters:
      location - The name of Azure region.
      operationId - The ID of an ongoing async operation.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of operation Result Entity.
      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

      OperationResultInner get(String location, String operationId)
      Returns operation results.
      Parameters:
      location - The name of Azure region.
      operationId - The ID of an ongoing async operation.
      Returns:
      operation Result Entity.
      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

      OperationResultInner get(String location, String operationId, com.azure.core.util.Context context)
      Returns operation results.
      Parameters:
      location - The name of Azure region.
      operationId - The ID of an ongoing async operation.
      context - The context to associate with this operation.
      Returns:
      operation Result Entity.
      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.