共用方式為


DeletedAppRestoreRequest 類別

還原已刪除應用程式的詳細資料。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.web.v2022_09_01.models._models_py3.ProxyOnlyResource
DeletedAppRestoreRequest

建構函式

DeletedAppRestoreRequest(*, kind: str | None = None, deleted_site_id: str | None = None, recover_configuration: bool | None = None, snapshot_time: str | None = None, use_dr_secondary: bool | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
kind
str

資源種類。

deleted_site_id
str

已刪除應用程式的 ARM 資源識別碼。 範例:/subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}。

recover_configuration

如果為 true,則除了內容之外,也會還原已刪除的月臺設定。

snapshot_time
str

還原已刪除應用程式的時間點,格式為 DateTime 字串。 如果未指定,預設值就是刪除應用程式的時間。

use_dr_secondary

如果為 true,則會從 DRSecondary 端點擷取快照集。

變數

名稱 Description
id
str

資源識別碼。

name
str

資源名稱。

kind
str

資源種類。

type
str

資源類型。

deleted_site_id
str

已刪除應用程式的 ARM 資源識別碼。 範例:/subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}。

recover_configuration

如果為 true,則除了內容之外,也會還原已刪除的月臺設定。

snapshot_time
str

還原已刪除應用程式的時間點,格式為 DateTime 字串。 如果未指定,預設值就是刪除應用程式的時間。

use_dr_secondary

如果為 true,則會從 DRSecondary 端點擷取快照集。