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

RestoreRequestInner 类

定义

还原请求的说明。

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

构造函数

RestoreRequestInner()

初始化 RestoreRequestInner 类的新实例。

RestoreRequestInner(String, Boolean, String, String, String, String, String, String, IList<DatabaseBackupSetting>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<BackupRestoreOperationType>, Nullable<Boolean>, String)

初始化 RestoreRequestInner 类的新实例。

属性

AdjustConnectionStrings

如果应在新应用中设置 SiteConfig.ConnectionStrings,则获取或设置 &lt;code&gt;true&lt;/code&gt;;否则为 &lt;code&gt;false&lt;/code&gt;。

AppServicePlan

获取或设置将拥有还原站点的应用服务计划。

BlobName

获取或设置包含备份的 Blob 的名称。

Databases

获取或设置应还原的数据库的集合。 此列表必须与备份中包含的数据库列表匹配。

HostingEnvironment

获取或设置应用服务环境名称(如果需要)仅在将应用还原到应用服务环境) 时 (。

Id

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

(继承自 ProxyResource)
IgnoreConflictingHostNames

获取或设置在还原具有自定义域的应用时更改逻辑。 &lt;code&gt;true&lt;/code&gt; 自动删除自定义域。 如果 &lt;code&gt;false&lt;/code&gt;,则自定义域在还原应用的对象时会添加到该对象中,但这可能因操作期间的冲突而失败。

IgnoreDatabases

获取或设置忽略数据库,仅还原站点内容

Kind

获取或设置资源类型。

(继承自 ProxyOnlyResourceInner)
Location

资源位置

(继承自 Resource)
Name

资源名称

(继承自 ProxyResource)
OperationType

获取或设置操作类型。 可能的值包括:“Default”、“Clone”、“Relocation”、“Snapshot”、“CloudFS”

Overwrite

如果还原操作可以覆盖目标应用,则获取或设置 &lt;code&gt;true&lt;/code&gt;否则为 &lt;code&gt;false&lt;/code&gt;。 &如果尝试通过现有应用还原,则需要 lt;code&gt;true&lt;/code&gt; 。

SiteName

获取或设置应用的名称。

StorageAccountUrl

获取或设置容器的 SAS URL。

Tags

资源标记

(继承自 Resource)
Type

资源类型

(继承自 ProxyResource)

方法

Validate()

验证 对象。

适用于