ItemPathBasedRestoreCriteria Class
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.
Prefix criteria to be used to during restore.
public class ItemPathBasedRestoreCriteria : Azure.ResourceManager.DataProtectionBackup.Models.ItemLevelRestoreCriteria, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.ItemPathBasedRestoreCriteria>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.ItemPathBasedRestoreCriteria>
public class ItemPathBasedRestoreCriteria : Azure.ResourceManager.DataProtectionBackup.Models.ItemLevelRestoreCriteria
type ItemPathBasedRestoreCriteria = class
inherit ItemLevelRestoreCriteria
interface IJsonModel<ItemPathBasedRestoreCriteria>
interface IPersistableModel<ItemPathBasedRestoreCriteria>
type ItemPathBasedRestoreCriteria = class
inherit ItemLevelRestoreCriteria
Public Class ItemPathBasedRestoreCriteria
Inherits ItemLevelRestoreCriteria
Implements IJsonModel(Of ItemPathBasedRestoreCriteria), IPersistableModel(Of ItemPathBasedRestoreCriteria)
Public Class ItemPathBasedRestoreCriteria
Inherits ItemLevelRestoreCriteria
- Inheritance
- Implements
Constructors
ItemPathBasedRestoreCriteria(String, Boolean) |
Initializes a new instance of ItemPathBasedRestoreCriteria. |
Properties
IsPathRelativeToBackupItem |
Flag to specify if the path is relative to backup item or full path. |
ItemPath |
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. |
SubItemPathPrefix |
The list of prefix strings to be used as filter criteria during restore. These are relative to the item path specified. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET