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 | exec | vaultName, resourceGroupName, subscriptionId, fabricName, operationId | api-version | 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 |
|---|---|---|
fabricName | string | Fabric name associated with the container. |
operationId | string | Operation ID associated with the operation whose result needs to be fetched. |
resourceGroupName | string | The name of the resource group where the recovery services vault is present. |
subscriptionId | string | The subscription Id. |
vaultName | string | The name of the recovery services vault. |
api-version | string | Client Api Version. |
Lifecycle Methods
- get
Provides the result of the refresh operation triggered by the BeginRefresh operation.
EXEC azure.recovery_services_backup.protection_container_refresh_operation_results.get
@vaultName='{{ vaultName }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required,
@fabricName='{{ fabricName }}' --required,
@operationId='{{ operationId }}' --required,
@api-version='{{ api-version }}'
;