Interface OperationResults


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

    Modifier and Type
    Method
    Description
    get(String locations, String operationResultsId)
    Get operationResults for a FarmBeats resource.
    com.azure.core.http.rest.Response<ArmAsyncOperation>
    getWithResponse(String locations, String operationResultsId, com.azure.core.util.Context context)
    Get operationResults for a FarmBeats resource.
  • Method Details

    • getWithResponse

      com.azure.core.http.rest.Response<ArmAsyncOperation> getWithResponse(String locations, String operationResultsId, com.azure.core.util.Context context)
      Get operationResults for a FarmBeats resource.
      Parameters:
      locations - Location.
      operationResultsId - operation Results Id.
      context - The context to associate with this operation.
      Returns:
      operationResults for a FarmBeats resource along with 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

      ArmAsyncOperation get(String locations, String operationResultsId)
      Get operationResults for a FarmBeats resource.
      Parameters:
      locations - Location.
      operationResultsId - operation Results Id.
      Returns:
      operationResults for a FarmBeats resource.
      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.