你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IItemPathBasedRestoreCriteria Interface

Definition

[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)

Applies to