@@ -63,39 +63,39 @@ Starts the operation of updating the replication protected item primary NIC(to u
63
63
64
64
### Example 4
65
65
```
66
- PS C:\>Set-ASRReplicationProtectedItem -InputObject $rpi -UpdateNic $updateNic -RecoveryNetworkId $recoveryNetworkId -RecoveryNicSubnetName $recoveryNicSubnetName� -NicSelectionType SelectedByUser
66
+ PS C:\> Set-AzRecoveryServicesAsrReplicationProtectedItem -InputObject $rpi -UpdateNic $updateNic -RecoveryNetworkId $recoveryNetworkId -RecoveryNicSubnetName $recoveryNicSubnetName -NicSelectionType SelectedByUser
67
67
```
68
68
69
69
Starts the operation of updating the replication protected item NIC (to used for recovered vm )settings using the specified parameters and returns the ASR job used to track the operation.
70
70
71
71
### Example 5
72
72
```
73
- PS C:\> $currentJob = Set-AzureRmRecoveryServicesAsrReplicationProtectedItem -InputObject $ rpi -UpdateNic $updateNic `
73
+ PS C:\> $currentJob = Set-AzRecoveryServicesAsrReplicationProtectedItem -InputObject $rpi -UpdateNic $updateNic `
74
74
-RecoveryNetworkId $recoveryNetworkId -RecoveryNicSubnetName $recoveryNicSubnetName -EnableAcceleratedNetworkingOnRecovery
75
75
```
76
76
77
77
Starts the operation of updating the replication protected item selected noc tp enable accelerated networking on recovery VM(for Azure to Azure disaster recovery).
78
- Don� t pass -EnableAcceleratedNetworkingOnRecovery to disable accelerated Networking.
78
+ Don' t pass -EnableAcceleratedNetworkingOnRecovery to disable accelerated Networking.
79
79
80
80
### Example 6
81
81
```
82
- PS C:\> $currentJob = Set-AzureRmRecoveryServicesAsrReplicationProtectedItem -InputObject $ rpi `
83
- -DiskEncryptionVaultId $DiskEncryptionVaultId � -DiskEncryptionSecertUrl $DiskEncryptionSecertUrl `
84
- -KeyEncryptionVaultId $KeyEncryptionVaultId -KeyEncryptionKeyUrl $KeyEncryptionKeyUrl
82
+ PS C:\> $currentJob = Set-AzRecoveryServicesAsrReplicationProtectedItem -InputObject $rpi `
83
+ -DiskEncryptionVaultId $DiskEncryptionVaultId -DiskEncryptionSecertUrl $DiskEncryptionSecertUrl `
84
+ -KeyEncryptionVaultId $KeyEncryptionVaultId -KeyEncryptionKeyUrl $KeyEncryptionKeyUrl
85
85
```
86
86
87
87
Start the update operation for the specified encrypted replication protected item to use supplied encryption details for failover VM.
88
88
89
89
### Example 7
90
90
```
91
- PS C:\> $currentJob = Set-AzureRmRecoveryServicesAsrReplicationProtectedItem -InputObject $ rpi -RecoveryProximityPlacementGroupId $ppg
91
+ PS C:\> $currentJob = Set-AzRecoveryServicesAsrReplicationProtectedItem -InputObject $rpi -RecoveryProximityPlacementGroupId $ppg
92
92
```
93
93
94
94
Start the update operation for the specified replication protected item to use the supplied proximity placement group for failover VM.
95
95
96
96
### Example 8
97
97
```
98
- PS C:\> $currentJob = Set-AzureRmRecoveryServicesAsrReplicationProtectedItem -InputObject $ rpi -RecoveryVirtualMachineScaleSetId $vmss
98
+ PS C:\> $currentJob = Set-AzRecoveryServicesAsrReplicationProtectedItem -InputObject $rpi -RecoveryVirtualMachineScaleSetId $vmss
99
99
```
100
100
101
101
Start the update operation for the specified replication protected item to use the supplied virtual machine scale set for failover VM.
0 commit comments