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

WorkloadSqlPointInTimeRestoreContent 类

定义

AzureWorkload SQL 特定的还原。 特别是对于 PointInTime/Log 还原,请注意 WorkloadSqlPointInTimeRestoreContent 是基类。 根据方案,可能需要在此处分配基类的派生类,或者需要将此属性强制转换为可能的派生类之一。 可用的派生类包括 WorkloadSqlPointInTimeRestoreWithRehydrateContent

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

构造函数

WorkloadSqlPointInTimeRestoreContent()

初始化 WorkloadSqlPointInTimeRestoreContent 的新实例。

属性

AlternateDirectoryPaths

数据目录详细信息。

(继承自 WorkloadSqlRestoreContent)
IsNonRecoverable

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

(继承自 WorkloadSqlRestoreContent)
PointInTime

PointInTime 值。

PropertyBag

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

(继承自 WorkloadRestoreContent)
RecoveryMode

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

(继承自 WorkloadRestoreContent)
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)

适用于