Interface OperationStatusBackupVaultContexts


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

    Modifier and Type
    Method
    Description
    get(String resourceGroupName, String vaultName, String operationId)
    Gets the operation status for an operation over a BackupVault's context.
    com.azure.core.http.rest.Response<OperationResource>
    getWithResponse(String resourceGroupName, String vaultName, String operationId, com.azure.core.util.Context context)
    Gets the operation status for an operation over a BackupVault's context.
  • Method Details

    • getWithResponse

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

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