Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BackupOperationResults

Package version

Interface representing a BackupOperationResults.

Hierarchy

  • BackupOperationResults

Implemented by

Index

Methods

Methods

get

  • Provides the status of the delete operations such as deleting backed up item. Once the operation has started, the status code in the response would be Accepted. It will continue to be in this state till it reaches completion. On successful completion, the status code will be OK. This method expects OperationID as an argument. OperationID is part of the Location header of the operation response.

    Parameters

    • vaultName: string

      The name of the recovery services vault.

    • resourceGroupName: string

      The name of the resource group where the recovery services vault is present.

    • operationId: string

      OperationID which represents the operation.

    • Optional options: BackupOperationResultsGetOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc