IItemPathBasedRestoreCriteria Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ItemPathBasedRestoreCriteriaTypeConverter))]
public interface IItemPathBasedRestoreCriteria : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IItemLevelRestoreCriteria
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ItemPathBasedRestoreCriteriaTypeConverter))>]
type IItemPathBasedRestoreCriteria = interface
interface IJsonSerializable
interface IItemLevelRestoreCriteria
Public Interface IItemPathBasedRestoreCriteria
Implements IItemLevelRestoreCriteria
- Derived
- Attributes
- Implements
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 |
ObjectType |
Type of the specific object - used for deserializing (Inherited from IItemLevelRestoreCriteria) |
SubItemPathPrefix |
The list of prefix strings to be used as filter criteria during restore. These are relative to the item path specified. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |