Skip to main content

operations

Creates, updates, deletes, gets or lists a operations resource.

Overview

Nameoperations
TypeResource
Idazure.recovery_services_backup.operations

Fields

NameDatatypeDescription
namestringName of the Operation.
displayobjectLocalized display information of an operation.
originstringThe intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX
propertiesobjectClass to represent shoebox properties in json client discovery.

Methods

NameAccessible byRequired ParamsDescription
listSELECTReturns the list of available operations.
bms_prepare_data_moveEXECresourceGroupName, subscriptionId, vaultName, data__dataMoveLevel, data__targetRegion, data__targetResourceIdPrepares source vault for Data Move operation
bms_trigger_data_moveEXECresourceGroupName, subscriptionId, vaultName, data__correlationId, data__dataMoveLevel, data__sourceRegion, data__sourceResourceIdTriggers Data Move Operation on target vault
move_recovery_pointEXECcontainerName, fabricName, protectedItemName, recoveryPointId, resourceGroupName, subscriptionId, vaultName
validateEXECresourceGroupName, subscriptionId, vaultName, data__id, data__propertiesValidate operation for specified backed up item. This is a synchronous operation.

SELECT examples

Returns the list of available operations.

SELECT
name,
display,
origin,
properties
FROM azure.recovery_services_backup.operations
;