Skip to content

Commit

Permalink
Updated Markdown Help file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sambit Rath committed Mar 20, 2020
1 parent ce58780 commit cb811c0
Showing 1 changed file with 47 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Restores the data and configuration for a Backup item to a recovery point.
```
Restore-AzRecoveryServicesBackupItem [-VaultLocation <String>] [-RecoveryPoint] <RecoveryPointBase>
[-StorageAccountName] <String> [-StorageAccountResourceGroupName] <String>
[[-TargetResourceGroupName] <String>] [-UseOriginalStorageAccount] [-VaultId <String>]
[[-TargetResourceGroupName] <String>] [-UseOriginalStorageAccount] [-RestoreOnlyOSDisk]
[-RestoreDiskList <String[]>] [-RestoreAsUnmanagedDisks] [-VaultId <String>]
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
```

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit cb811c0

Please sign in to comment.