Interface OperationStatusResourceGroupContextsClient


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

    • getByResourceGroupWithResponse

      com.azure.core.http.rest.Response<OperationResourceInner> getByResourceGroupWithResponse(String resourceGroupName, String operationId, com.azure.core.util.Context context)
      Gets the operation status for an operation over a ResourceGroup's context.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      operationId - The operationId parameter.
      context - The context to associate with this operation.
      Returns:
      the operation status for an operation over a ResourceGroup's context 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.
    • getByResourceGroup

      OperationResourceInner getByResourceGroup(String resourceGroupName, String operationId)
      Gets the operation status for an operation over a ResourceGroup's context.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      operationId - The operationId parameter.
      Returns:
      the operation status for an operation over a ResourceGroup's context.
      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.