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
getexecvaultName, resourceGroupName, subscriptionId, fabricName, operationIdapi-versionProvides 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
fabricNamestringFabric name associated with the container.
operationIdstringOperation ID associated with the operation whose result needs to be fetched.
resourceGroupNamestringThe name of the resource group where the recovery services vault is present.
subscriptionIdstringThe subscription Id.
vaultNamestringThe name of the recovery services vault.
api-versionstringClient Api Version.

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 
@vaultName='{{ vaultName }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required,
@fabricName='{{ fabricName }}' --required,
@operationId='{{ operationId }}' --required,
@api-version='{{ api-version }}'
;