Skip to main content

backup_vault_operation_results

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

Overview

Namebackup_vault_operation_results
TypeResource
Idazure.data_protection.backup_vault_operation_results

Fields

NameDatatypeDescription
bcdr_security_leveltextfield from the properties object
feature_settingstextfield from the properties object
identitytextIdentity details
is_vault_protected_by_resource_guardtextfield from the properties object
monitoring_settingstextfield from the properties object
operationIdtextfield from the properties object
provisioning_statetextfield from the properties object
replicated_regionstextfield from the properties object
resourceGroupNametextfield from the properties object
resource_guard_operation_requeststextfield from the properties object
resource_move_detailstextfield from the properties object
resource_move_statetextfield from the properties object
secure_scoretextfield from the properties object
security_settingstextfield from the properties object
storage_settingstextfield from the properties object
subscriptionIdtextfield from the properties object
vaultNametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECToperationId, resourceGroupName, subscriptionId, vaultName

SELECT examples

SELECT
bcdr_security_level,
feature_settings,
identity,
is_vault_protected_by_resource_guard,
monitoring_settings,
operationId,
provisioning_state,
replicated_regions,
resourceGroupName,
resource_guard_operation_requests,
resource_move_details,
resource_move_state,
secure_score,
security_settings,
storage_settings,
subscriptionId,
vaultName
FROM azure.data_protection.vw_backup_vault_operation_results
WHERE operationId = '{{ operationId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND vaultName = '{{ vaultName }}';