Skip to main content

backup_instances_backup_instance_operation_results

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

Overview

Namebackup_instances_backup_instance_operation_results
TypeResource
Idazure.data_protection.backup_instances_backup_instance_operation_results

Fields

NameDatatypeDescription
idtextProxy Resource Id represents the complete path to the resource.
nametextProxy Resource name associated with the resource.
backupInstanceNametextfield from the properties object
current_protection_statetextfield from the properties object
data_source_infotextfield from the properties object
data_source_set_infotextfield from the properties object
datasource_auth_credentialstextfield from the properties object
friendly_nametextfield from the properties object
identity_detailstextfield from the properties object
object_typetextfield from the properties object
operationIdtextfield from the properties object
policy_infotextfield from the properties object
protection_error_detailstextfield from the properties object
protection_statustextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
resource_guard_operation_requeststextfield from the properties object
subscriptionIdtextfield from the properties object
system_datatextfield from the properties object
tagstextProxy Resource tags.
typetextProxy Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
validation_typetextfield from the properties object
vaultNametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTbackupInstanceName, operationId, resourceGroupName, subscriptionId, vaultNameGet result of backup instance creation operation

SELECT examples

Get result of backup instance creation operation

SELECT
id,
name,
backupInstanceName,
current_protection_state,
data_source_info,
data_source_set_info,
datasource_auth_credentials,
friendly_name,
identity_details,
object_type,
operationId,
policy_info,
protection_error_details,
protection_status,
provisioning_state,
resourceGroupName,
resource_guard_operation_requests,
subscriptionId,
system_data,
tags,
type,
validation_type,
vaultName
FROM azure.data_protection.vw_backup_instances_backup_instance_operation_results
WHERE backupInstanceName = '{{ backupInstanceName }}'
AND operationId = '{{ operationId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND vaultName = '{{ vaultName }}';