Skip to main content

replication_protected_items_appliances

Creates, updates, deletes, gets or lists a replication_protected_items_appliances resource.

Overview

Namereplication_protected_items_appliances
TypeResource
Idazure.recovery_services_site_recovery.replication_protected_items_appliances

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
updateexecresourceName, resourceGroupName, subscriptionId, fabricName, protectionContainerName, replicatedProtectedItemName, propertiesapi-versionThe operation to update appliance of an ASR replication protected item.

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.
protectionContainerNamestringProtection container name.
replicatedProtectedItemNamestringReplication protected item name.
resourceGroupNamestringThe name of the resource group where the recovery services vault is present.
resourceNamestringThe name of the recovery services vault.
subscriptionIdstringThe subscription Id.
api-versionstringClient Api Version.

Lifecycle Methods

The operation to update appliance of an ASR replication protected item.

EXEC azure.recovery_services_site_recovery.replication_protected_items_appliances.update 
@resourceName='{{ resourceName }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required,
@fabricName='{{ fabricName }}' --required,
@protectionContainerName='{{ protectionContainerName }}' --required,
@replicatedProtectedItemName='{{ replicatedProtectedItemName }}' --required,
@api-version='{{ api-version }}'
@@json=
'{
"properties": "{{ properties }}"
}'
;