bms_prepare_data_move_operation_results
Creates, updates, deletes, gets or lists a bms_prepare_data_move_operation_results
resource.
Overview
Name | bms_prepare_data_move_operation_results |
Type | Resource |
Id | azure.recovery_services_backup.bms_prepare_data_move_operation_results |
Fields
Name | Datatype | Description |
---|---|---|
objectType | string | This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | operationId, resourceGroupName, subscriptionId, vaultName | Fetches Operation Result for Prepare Data Move |
SELECT
examples
Fetches Operation Result for Prepare Data Move
SELECT
objectType
FROM azure.recovery_services_backup.bms_prepare_data_move_operation_results
WHERE operationId = '{{ operationId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND vaultName = '{{ vaultName }}';