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

DeletedAppRestoreRequest 构造函数

定义

重载

DeletedAppRestoreRequest()

初始化 DeletedAppRestoreRequest 类的新实例。

DeletedAppRestoreRequest(String, String, String, String, String, Nullable<Boolean>, String, Nullable<Boolean>)

初始化 DeletedAppRestoreRequest 类的新实例。

DeletedAppRestoreRequest()

初始化 DeletedAppRestoreRequest 类的新实例。

public DeletedAppRestoreRequest ();
Public Sub New ()

适用于

DeletedAppRestoreRequest(String, String, String, String, String, Nullable<Boolean>, String, Nullable<Boolean>)

初始化 DeletedAppRestoreRequest 类的新实例。

public DeletedAppRestoreRequest (string id = default, string name = default, string kind = default, string type = default, string deletedSiteId = default, bool? recoverConfiguration = default, string snapshotTime = default, bool? useDRSecondary = default);
new Microsoft.Azure.Management.WebSites.Models.DeletedAppRestoreRequest : string * string * string * string * string * Nullable<bool> * string * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.DeletedAppRestoreRequest
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional deletedSiteId As String = Nothing, Optional recoverConfiguration As Nullable(Of Boolean) = Nothing, Optional snapshotTime As String = Nothing, Optional useDRSecondary As Nullable(Of Boolean) = Nothing)

参数

id
String

资源 ID。

name
String

资源名称。

kind
String

资源类型。

type
String

资源类型。

deletedSiteId
String

已删除应用的 ARM 资源 ID。 示例:/subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}

recoverConfiguration
Nullable<Boolean>

如果为 true,除内容外,还将还原已删除的站点配置。

snapshotTime
String

从中还原已删除应用的时间点,格式为 DateTime 字符串。 如果未指定,默认值为删除应用的时间。

useDRSecondary
Nullable<Boolean>

如果为 true,则从 DRSecondary 终结点检索快照。

适用于