Interface OperationResults


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

      • get

        OperationResult get​(String operationResultId)
        Returns an azure operation result.
        Parameters:
        operationResultId - The operation result ID / name.
        Returns:
        a long running operation result.
        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<OperationResult> getWithResponse​(String operationResultId,
                                                                           com.azure.core.util.Context context)
        Returns an azure operation result.
        Parameters:
        operationResultId - The operation result ID / name.
        context - The context to associate with this operation.
        Returns:
        a long running operation result 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.