replication_protected_items_appliances
Creates, updates, deletes, gets or lists a replication_protected_items_appliances
resource.
Overview
Name | replication_protected_items_appliances |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
update | exec | resourceName , resourceGroupName , subscriptionId , fabricName , protectionContainerName , replicatedProtectedItemName , properties | api-version | The 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.
Name | Datatype | Description |
---|---|---|
fabricName | string | Fabric name. |
protectionContainerName | string | Protection container name. |
replicatedProtectedItemName | string | Replication protected item name. |
resourceGroupName | string | The name of the resource group where the recovery services vault is present. |
resourceName | string | The name of the recovery services vault. |
subscriptionId | string | The subscription Id. |
api-version | string | Client Api Version. |
Lifecycle Methods
- update
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 }}"
}'
;