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

AzureWorkloadSQLRestoreWithRehydrateRequest 类

定义

AzureWorkload 特定于 SQL 的还原,并集成恢复点解除冻结

public class AzureWorkloadSQLRestoreWithRehydrateRequest : Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRestoreRequest
type AzureWorkloadSQLRestoreWithRehydrateRequest = class
    inherit AzureWorkloadSQLRestoreRequest
Public Class AzureWorkloadSQLRestoreWithRehydrateRequest
Inherits AzureWorkloadSQLRestoreRequest
继承

构造函数

AzureWorkloadSQLRestoreWithRehydrateRequest()

初始化 AzureWorkloadSQLRestoreWithRehydrateRequest 类的新实例。

AzureWorkloadSQLRestoreWithRehydrateRequest(String, String, IDictionary<String, String>, TargetRestoreInfo, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<SQLDataDirectoryMapping>, RecoveryPointRehydrationInfo)

初始化 AzureWorkloadSQLRestoreWithRehydrateRequest 类的新实例。

属性

AlternateDirectoryPaths

获取或设置数据目录详细信息

(继承自 AzureWorkloadSQLRestoreRequest)
IsNonRecoverable

获取或设置特定于 SQL 的属性,用户可以在尝试还原操作时选择设置不恢复

(继承自 AzureWorkloadSQLRestoreRequest)
PropertyBag

获取或设置特定于工作负荷的属性包。

(继承自 AzureWorkloadRestoreRequest)
RecoveryMode

获取或设置定义当前恢复模式是文件还原还是数据库还原。 可能的值包括:“Invalid”、“FileRecovery”、“WorkloadRecovery”

(继承自 AzureWorkloadRestoreRequest)
RecoveryPointRehydrationInfo

获取或设置 RP 解除冻结信息

RecoveryType

获取或设置此恢复的类型。 可能的值包括:“Invalid”、“OriginalLocation”、“AlternateLocation”、“RestoreDisks”、“Offline”

(继承自 AzureWorkloadRestoreRequest)
ShouldUseAlternateTargetLocation

获取或设置默认选项设置为 true。 如果此值设置为 false,则必须提供备用数据目录

(继承自 AzureWorkloadSQLRestoreRequest)
SourceResourceId

获取或设置正在恢复正在运行的工作负荷的 VM 的完全限定 ARM ID。

(继承自 AzureWorkloadRestoreRequest)
TargetInfo

获取或设置目标数据库的详细信息

(继承自 AzureWorkloadRestoreRequest)
TargetVirtualMachineId

获取或设置这是目标 VM 的完整 ARM ID,例如 /subscriptions/{subId}/resourcegroups/{rg}/provider/Microsoft.Compute/virtualmachines/{vm}

(继承自 AzureWorkloadRestoreRequest)

适用于