Skip to main content

replication_protected_items_mobility_services

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

Overview

Namereplication_protected_items_mobility_services
TypeResource
Idazure.recovery_services_site_recovery.replication_protected_items_mobility_services

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, replicatedProtectedItemNameapi-versionThe operation to update(push update) the installed mobility service software on a replication protected item to the latest available version.

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
fabricNamestringThe name of the fabric containing the protected item.
protectionContainerNamestringThe name of the container containing the protected item.
replicatedProtectedItemNamestringThe name of the protected item on which the agent is to be updated.
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(push update) the installed mobility service software on a replication protected item to the latest available version.

EXEC azure.recovery_services_site_recovery.replication_protected_items_mobility_services.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 }}"
}'
;