ItemPathBasedRestoreCriteria(String, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ItemPathBasedRestoreCriteria.
public ItemPathBasedRestoreCriteria (string itemPath, bool isPathRelativeToBackupItem);
new Azure.ResourceManager.DataProtectionBackup.Models.ItemPathBasedRestoreCriteria : string * bool -> Azure.ResourceManager.DataProtectionBackup.Models.ItemPathBasedRestoreCriteria
Public Sub New (itemPath As String, isPathRelativeToBackupItem As Boolean)
Parameters
- itemPath
- String
The path of the item to be restored. It could be the full path of the item or the path relative to the backup item.
- isPathRelativeToBackupItem
- Boolean
Flag to specify if the path is relative to backup item or full path.
Exceptions
itemPath
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET