Skip to main content

protection_container_refresh_operation_results

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

Overview

Nameprotection_container_refresh_operation_results
TypeResource
Idazure.recovery_services_backup.protection_container_refresh_operation_results

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTfabricName, operationId, resourceGroupName, subscriptionId, vaultNameProvides the result of the refresh operation triggered by the BeginRefresh operation.

SELECT examples

Provides the result of the refresh operation triggered by the BeginRefresh operation.

SELECT

FROM azure.recovery_services_backup.protection_container_refresh_operation_results
WHERE fabricName = '{{ fabricName }}'
AND operationId = '{{ operationId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND vaultName = '{{ vaultName }}';