diff --git a/src/RecoveryServices/RecoveryServices/help/Restore-AzRecoveryServicesBackupItem.md b/src/RecoveryServices/RecoveryServices/help/Restore-AzRecoveryServicesBackupItem.md index d0257475db93..571fc1346f0f 100644 --- a/src/RecoveryServices/RecoveryServices/help/Restore-AzRecoveryServicesBackupItem.md +++ b/src/RecoveryServices/RecoveryServices/help/Restore-AzRecoveryServicesBackupItem.md @@ -18,7 +18,8 @@ Restores the data and configuration for a Backup item to a recovery point. ``` Restore-AzRecoveryServicesBackupItem [-VaultLocation ] [-RecoveryPoint] [-StorageAccountName] [-StorageAccountResourceGroupName] - [[-TargetResourceGroupName] ] [-UseOriginalStorageAccount] [-VaultId ] + [[-TargetResourceGroupName] ] [-UseOriginalStorageAccount] [-RestoreOnlyOSDisk] + [-RestoreDiskList ] [-RestoreAsUnmanagedDisks] [-VaultId ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -129,6 +130,51 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -RestoreAsUnmanagedDisks +Use this switch to specify to restore as unmanaged disks + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: AzureVMParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RestoreDiskList +Specify which disks to recover of the backed up VM + +```yaml +Type: System.String[] +Parameter Sets: AzureVMParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RestoreOnlyOSDisk +Use this switch to restore only OS disks of a backed up VM + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: AzureVMParameterSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SourceFilePath Used for a particular item restore from a file share. The path of the item to be restored within the file share.