protection_container_refresh_operation_results
Creates, updates, deletes, gets or lists a protection_container_refresh_operation_results
resource.
Overview
Name | protection_container_refresh_operation_results |
Type | Resource |
Id | azure.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
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | fabricName, operationId, resourceGroupName, subscriptionId, vaultName | Provides 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 }}';