protected_item_operation_results
Creates, updates, deletes, gets or lists a protected_item_operation_results
resource.
Overview
Name | protected_item_operation_results |
Type | Resource |
Id | azure.recovery_services_backup.protected_item_operation_results |
Fields
- vw_protected_item_operation_results
- protected_item_operation_results
Name | Datatype | Description |
---|---|---|
id | text | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name | text | The name of the resource |
backup_management_type | text | field from the properties object |
backup_set_name | text | field from the properties object |
containerName | text | field from the properties object |
container_name | text | field from the properties object |
create_mode | text | field from the properties object |
deferred_delete_time_in_utc | text | field from the properties object |
deferred_delete_time_remaining | text | field from the properties object |
fabricName | text | field from the properties object |
is_archive_enabled | text | field from the properties object |
is_deferred_delete_schedule_upcoming | text | field from the properties object |
is_rehydrate | text | field from the properties object |
is_scheduled_for_deferred_delete | text | field from the properties object |
last_recovery_point | text | field from the properties object |
operationId | text | field from the properties object |
policy_id | text | field from the properties object |
policy_name | text | field from the properties object |
protectedItemName | text | field from the properties object |
protected_item_type | text | field from the properties object |
resourceGroupName | text | field from the properties object |
resource_guard_operation_requests | text | field from the properties object |
soft_delete_retention_period_in_days | text | field from the properties object |
source_resource_id | text | field from the properties object |
subscriptionId | text | field from the properties object |
type | text | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
vaultName | text | field from the properties object |
vault_id | text | field from the properties object |
workload_type | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
id | string | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name | string | The name of the resource |
properties | object | Base class for backup items. |
type | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | containerName, fabricName, operationId, protectedItemName, resourceGroupName, subscriptionId, vaultName | Fetches the result of any operation on the backup item. |
SELECT
examples
Fetches the result of any operation on the backup item.
- vw_protected_item_operation_results
- protected_item_operation_results
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 }}';
SELECT
id,
name,
properties,
type
FROM azure.recovery_services_backup.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 }}';