Skip to main content

protected_item_operation_results

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

Overview

Nameprotected_item_operation_results
TypeResource
Idazure.recovery_services_backup.protected_item_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
backup_set_nametextfield from the properties object
containerNametextfield from the properties object
container_nametextfield from the properties object
create_modetextfield from the properties object
deferred_delete_time_in_utctextfield from the properties object
deferred_delete_time_remainingtextfield from the properties object
fabricNametextfield from the properties object
is_archive_enabledtextfield from the properties object
is_deferred_delete_schedule_upcomingtextfield from the properties object
is_rehydratetextfield from the properties object
is_scheduled_for_deferred_deletetextfield from the properties object
last_recovery_pointtextfield from the properties object
operationIdtextfield from the properties object
policy_idtextfield from the properties object
policy_nametextfield from the properties object
protectedItemNametextfield from the properties object
protected_item_typetextfield from the properties object
resourceGroupNametextfield from the properties object
resource_guard_operation_requeststextfield from the properties object
soft_delete_retention_period_in_daystextfield from the properties object
source_resource_idtextfield 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
vault_idtextfield from the properties object
workload_typetextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTcontainerName, fabricName, operationId, protectedItemName, resourceGroupName, subscriptionId, vaultNameFetches the result of any operation on the backup item.

SELECT examples

Fetches the result of any operation on the backup item.

SELECT
id,
name,
backup_management_type,
backup_set_name,
containerName,
container_name,
create_mode,
deferred_delete_time_in_utc,
deferred_delete_time_remaining,
fabricName,
is_archive_enabled,
is_deferred_delete_schedule_upcoming,
is_rehydrate,
is_scheduled_for_deferred_delete,
last_recovery_point,
operationId,
policy_id,
policy_name,
protectedItemName,
protected_item_type,
resourceGroupName,
resource_guard_operation_requests,
soft_delete_retention_period_in_days,
source_resource_id,
subscriptionId,
type,
vaultName,
vault_id,
workload_type
FROM azure.recovery_services_backup.vw_protected_item_operation_results
WHERE containerName = '{{ containerName }}'
AND fabricName = '{{ fabricName }}'
AND operationId = '{{ operationId }}'
AND protectedItemName = '{{ protectedItemName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND vaultName = '{{ vaultName }}';