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

The following fields are returned by SELECT queries:

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

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_rawexecvault_name, resource_group_name, fabric_name, operation_id, subscription_idProvides the result of the refresh operation triggered by the BeginRefresh operation.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
fabric_namestringFabric name associated with the container. Required.
operation_idstringOperation ID associated with the operation whose result needs to be fetched. Required.
resource_group_namestringThe name of the resource group. The name is case insensitive. Required.
subscription_idstring
vault_namestringThe name of the recovery services vault. Required.

Lifecycle Methods

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

EXEC azure.recovery_services_backup.protection_container_refresh_operation_results.get_raw 
@vault_name='{{ vault_name }}' --required,
@resource_group_name='{{ resource_group_name }}' --required,
@fabric_name='{{ fabric_name }}' --required,
@operation_id='{{ operation_id }}' --required,
@subscription_id='{{ subscription_id }}' --required
;