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

ItemPathBasedRestoreCriteria(String, Boolean) 构造函数

定义

初始化 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)

参数

itemPath
String

要还原的项的路径。 它可以是项的完整路径,也可以是相对于备份项的路径。

isPathRelativeToBackupItem
Boolean

用于指定路径是相对于备份项还是完整路径的标志。

例外

itemPath 为 null。

适用于