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
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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_raw | exec | vault_name, resource_group_name, fabric_name, operation_id, subscription_id | Provides 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.
| Name | Datatype | Description |
|---|---|---|
fabric_name | string | Fabric name associated with the container. Required. |
operation_id | string | Operation ID associated with the operation whose result needs to be fetched. Required. |
resource_group_name | string | The name of the resource group. The name is case insensitive. Required. |
subscription_id | string | |
vault_name | string | The name of the recovery services vault. Required. |
Lifecycle Methods
- get_raw
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
;