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

SnapshotRestoreRequest 类

定义

有关应用恢复操作的详细信息。

[Microsoft.Rest.Serialization.JsonTransformation]
public class SnapshotRestoreRequest : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SnapshotRestoreRequest = class
    inherit ProxyOnlyResourceInner
Public Class SnapshotRestoreRequest
Inherits ProxyOnlyResourceInner
继承
属性

构造函数

SnapshotRestoreRequest()

初始化 SnapshotRestoreRequest 类的新实例。

SnapshotRestoreRequest(Boolean, String, String, String, String, String, SnapshotRecoverySource, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

初始化 SnapshotRestoreRequest 类的新实例。

属性

Id

资源 ID。Setter 受保护,因为需要在网络资源中设置 ID。

(继承自 ProxyResource)
IgnoreConflictingHostNames

获取或设置如果为 true,则恢复到目标 Web 应用时将忽略自定义主机名冲突。 仅当启用 RecoverConfiguration 时,此设置才是必需的。

Kind

获取或设置资源的种类。

(继承自 ProxyOnlyResourceInner)
Location

资源位置

(继承自 Resource)
Name

资源名称

(继承自 ProxyResource)
Overwrite

获取或设置是否 &lt;code&gt;true&lt;/code&gt; 还原操作可以覆盖源应用;否则为 &lt;code&gt;false&lt;/code&gt;。

RecoverConfiguration

获取或设置如果为 true,则除内容外,还将还原站点配置。

RecoverySource

获取或设置可选。 指定将从中检索快照内容的 Web 应用。 如果为空,则将目标 Web 应用用作源。

SnapshotTime

获取或设置应用还原应在其中完成的时间点,格式为 DateTime 字符串。

Tags

资源标记

(继承自 Resource)
Type

资源类型

(继承自 ProxyResource)
UseDRSecondary

获取或设置如果为 true,则从 DRSecondary 终结点检索快照。

方法

Validate()

验证 对象。

适用于