backup_instances_backup_instance_operation_results
Creates, updates, deletes, gets or lists a backup_instances_backup_instance_operation_results
resource.
Overview
Name | backup_instances_backup_instance_operation_results |
Type | Resource |
Id | azure.data_protection.backup_instances_backup_instance_operation_results |
Fields
- vw_backup_instances_backup_instance_operation_results
- backup_instances_backup_instance_operation_results
Name | Datatype | Description |
---|---|---|
id | text | Proxy Resource Id represents the complete path to the resource. |
name | text | Proxy Resource name associated with the resource. |
backupInstanceName | text | field from the properties object |
current_protection_state | text | field from the properties object |
data_source_info | text | field from the properties object |
data_source_set_info | text | field from the properties object |
datasource_auth_credentials | text | field from the properties object |
friendly_name | text | field from the properties object |
identity_details | text | field from the properties object |
object_type | text | field from the properties object |
operationId | text | field from the properties object |
policy_info | text | field from the properties object |
protection_error_details | text | field from the properties object |
protection_status | text | field from the properties object |
provisioning_state | text | field from the properties object |
resourceGroupName | text | field from the properties object |
resource_guard_operation_requests | text | field from the properties object |
subscriptionId | text | field from the properties object |
system_data | text | field from the properties object |
tags | text | Proxy Resource tags. |
type | text | Proxy Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/... |
validation_type | text | field from the properties object |
vaultName | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
id | string | Proxy Resource Id represents the complete path to the resource. |
name | string | Proxy Resource name associated with the resource. |
properties | object | Backup Instance |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
tags | object | Proxy Resource tags. |
type | string | Proxy Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/... |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | backupInstanceName, operationId, resourceGroupName, subscriptionId, vaultName | Get result of backup instance creation operation |
SELECT
examples
Get result of backup instance creation operation
- vw_backup_instances_backup_instance_operation_results
- backup_instances_backup_instance_operation_results
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 }}';
SELECT
id,
name,
properties,
systemData,
tags,
type
FROM azure.data_protection.backup_instances_backup_instance_operation_results
WHERE backupInstanceName = '{{ backupInstanceName }}'
AND operationId = '{{ operationId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND vaultName = '{{ vaultName }}';