BackupOperationStatuses interface

Interface representing a BackupOperationStatuses.

Methods

get(string, string, string, BackupOperationStatusesGetOptionalParams)

Fetches the status of an operation such as triggering a backup, restore. The status can be in progress, completed or failed. You can refer to the OperationStatus enum for all the possible states of an operation. Some operations create jobs. This method returns the list of jobs when the operation is complete.

Method Details

get(string, string, string, BackupOperationStatusesGetOptionalParams)

Fetches the status of an operation such as triggering a backup, restore. The status can be in progress, completed or failed. You can refer to the OperationStatus enum for all the possible states of an operation. Some operations create jobs. This method returns the list of jobs when the operation is complete.

function get(vaultName: string, resourceGroupName: string, operationId: string, options?: BackupOperationStatusesGetOptionalParams): Promise<OperationStatus>

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.

options
BackupOperationStatusesGetOptionalParams

The options parameters.

Returns

Promise<OperationStatus>