You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/RecoveryServices/RecoveryServices.SiteRecovery/ReplicationProtectedItem/NewAzureRmRecoveryServicesAsrReplicationProtectedItem.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -301,8 +301,8 @@ public class NewAzureRmRecoveryServicesAsrReplicationProtectedItem : SiteRecover
301
301
/// <summary>
302
302
/// Gets or sets the resource ID of virtual machine scale set to failover this virtual machine to.
303
303
/// </summary>
304
-
[Parameter(ParameterSetName=ASRParameterSets.AzureToAzure,HelpMessage="Specify the virtual machine scale set Id to used by the failover Vm in target recovery region.")]
305
-
[Parameter(ParameterSetName=ASRParameterSets.AzureToAzureWithoutDiskDetails,HelpMessage="Specify the virtual machine scale set Id to used by the failover Vm in target recovery region.")]
304
+
[Parameter(ParameterSetName=ASRParameterSets.AzureToAzure,HelpMessage="Specify the virtual machine scale set Id to be used by the failover Vm in target recovery region.")]
305
+
[Parameter(ParameterSetName=ASRParameterSets.AzureToAzureWithoutDiskDetails,HelpMessage="Specify the virtual machine scale set Id to be used by the failover Vm in target recovery region.")]
Starts the replication protected item creation operation for a Virtual Machine with target virtual machine sclase set configured and returns the ASR job used to track the operation (Azure to Azure scenario).
185
+
Starts the replication protected item creation operation for a Virtual Machine with target virtual machine sclae set configured and returns the ASR job used to track the operation (Azure to Azure scenario).
0 commit comments