Skip to main content

operation_results

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

Overview

Nameoperation_results
TypeResource
Idazure.recovery_services.operation_results

Fields

NameDatatypeDescription
backup_storage_versiontextfield from the properties object
bcdr_security_leveltextfield from the properties object
encryptiontextfield from the properties object
identitytextIdentity for the resource.
locationtextThe geo-location where the resource lives
monitoring_settingstextfield from the properties object
move_detailstextfield from the properties object
move_statetextfield from the properties object
operationIdtextfield from the properties object
private_endpoint_connectionstextfield from the properties object
private_endpoint_state_for_backuptextfield from the properties object
private_endpoint_state_for_site_recoverytextfield from the properties object
provisioning_statetextfield from the properties object
public_network_accesstextfield from the properties object
redundancy_settingstextfield from the properties object
resourceGroupNametextfield from the properties object
resource_guard_operation_requeststextfield from the properties object
restore_settingstextfield from the properties object
secure_scoretextfield from the properties object
security_settingstextfield from the properties object
skutextThe resource model definition representing SKU
subscriptionIdtextfield from the properties object
system_datatextfield from the properties object
tagstextResource tags.
upgrade_detailstextfield from the properties object
vaultNametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECToperationId, resourceGroupName, subscriptionId, vaultNameGets the operation result for a resource.

SELECT examples

Gets the operation result for a resource.

SELECT
backup_storage_version,
bcdr_security_level,
encryption,
identity,
location,
monitoring_settings,
move_details,
move_state,
operationId,
private_endpoint_connections,
private_endpoint_state_for_backup,
private_endpoint_state_for_site_recovery,
provisioning_state,
public_network_access,
redundancy_settings,
resourceGroupName,
resource_guard_operation_requests,
restore_settings,
secure_score,
security_settings,
sku,
subscriptionId,
system_data,
tags,
upgrade_details,
vaultName
FROM azure.recovery_services.vw_operation_results
WHERE operationId = '{{ operationId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND vaultName = '{{ vaultName }}';