backup_vault_operation_results
Creates, updates, deletes, gets or lists a backup_vault_operation_results
resource.
Overview
Name | backup_vault_operation_results |
Type | Resource |
Id | azure.data_protection.backup_vault_operation_results |
Fields
- vw_backup_vault_operation_results
- backup_vault_operation_results
Name | Datatype | Description |
---|---|---|
bcdr_security_level | text | field from the properties object |
feature_settings | text | field from the properties object |
identity | text | Identity details |
is_vault_protected_by_resource_guard | text | field from the properties object |
monitoring_settings | text | field from the properties object |
operationId | text | field from the properties object |
provisioning_state | text | field from the properties object |
replicated_regions | text | field from the properties object |
resourceGroupName | text | field from the properties object |
resource_guard_operation_requests | text | field from the properties object |
resource_move_details | text | field from the properties object |
resource_move_state | text | field from the properties object |
secure_score | text | field from the properties object |
security_settings | text | field from the properties object |
storage_settings | text | field from the properties object |
subscriptionId | text | field from the properties object |
vaultName | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
identity | object | Identity details |
properties | object | Backup Vault |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | operationId, resourceGroupName, subscriptionId, vaultName |
SELECT
examples
- vw_backup_vault_operation_results
- backup_vault_operation_results
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 }}';
SELECT
identity,
properties
FROM azure.data_protection.backup_vault_operation_results
WHERE operationId = '{{ operationId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND vaultName = '{{ vaultName }}';