Skip to main content

protection_policy_operation_results

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

Overview

Nameprotection_policy_operation_results
TypeResource
Idazure.recovery_services_backup.protection_policy_operation_results

Fields

NameDatatypeDescription
idtextFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
nametextThe name of the resource
backup_management_typetextfield from the properties object
operationIdtextfield from the properties object
policyNametextfield from the properties object
protected_items_counttextfield from the properties object
resourceGroupNametextfield from the properties object
resource_guard_operation_requeststextfield from the properties object
subscriptionIdtextfield from the properties object
typetextThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
vaultNametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECToperationId, policyName, resourceGroupName, subscriptionId, vaultNameProvides the result of an operation.

SELECT examples

Provides the result of an operation.

SELECT
id,
name,
backup_management_type,
operationId,
policyName,
protected_items_count,
resourceGroupName,
resource_guard_operation_requests,
subscriptionId,
type,
vaultName
FROM azure.recovery_services_backup.vw_protection_policy_operation_results
WHERE operationId = '{{ operationId }}'
AND policyName = '{{ policyName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND vaultName = '{{ vaultName }}';