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

WorkloadSqlPointInTimeRestoreWithRehydrateContent 类

定义

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

public class WorkloadSqlPointInTimeRestoreWithRehydrateContent : Azure.ResourceManager.RecoveryServicesBackup.Models.WorkloadSqlPointInTimeRestoreContent
type WorkloadSqlPointInTimeRestoreWithRehydrateContent = class
    inherit WorkloadSqlPointInTimeRestoreContent
Public Class WorkloadSqlPointInTimeRestoreWithRehydrateContent
Inherits WorkloadSqlPointInTimeRestoreContent
继承

构造函数

WorkloadSqlPointInTimeRestoreWithRehydrateContent()

初始化 WorkloadSqlPointInTimeRestoreWithRehydrateContent 的新实例。

属性

AlternateDirectoryPaths

数据目录详细信息。

(继承自 WorkloadSqlRestoreContent)
IsNonRecoverable

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

(继承自 WorkloadSqlRestoreContent)
PointInTime

PointInTime 值。

(继承自 WorkloadSqlPointInTimeRestoreContent)
PropertyBag

特定于工作负荷的属性包。

(继承自 WorkloadRestoreContent)
RecoveryMode

定义当前恢复模式是文件还原还是数据库还原。

(继承自 WorkloadRestoreContent)
RecoveryPointRehydrationInfo

RP 解除冻结信息。

RecoveryType

此恢复的类型。

(继承自 WorkloadRestoreContent)
ShouldUseAlternateTargetLocation

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

(继承自 WorkloadSqlRestoreContent)
SourceResourceId

正在恢复正在运行的工作负荷的 VM 的完全限定 ARM ID。

(继承自 WorkloadRestoreContent)
TargetInfo

目标数据库的详细信息。

(继承自 WorkloadRestoreContent)
TargetVirtualMachineId

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

(继承自 WorkloadRestoreContent)

适用于