replication_protected_items_mobility_services
Creates, updates, deletes, gets or lists a replication_protected_items_mobility_services
resource.
Overview
Name | replication_protected_items_mobility_services |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
update | exec | resourceName , resourceGroupName , subscriptionId , fabricName , protectionContainerName , replicatedProtectedItemName | api-version | The 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.
Name | Datatype | Description |
---|---|---|
fabricName | string | The name of the fabric containing the protected item. |
protectionContainerName | string | The name of the container containing the protected item. |
replicatedProtectedItemName | string | The name of the protected item on which the agent is to be updated. |
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(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 }}"
}'
;