共用方式為


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

取得或設定 & lt;code & gt;true & lt;/code & gt; 如果應該在新應用程式中設定 SiteConfig.ConnectionStrings,則為 ;否則為 & lt;code gt;false & lt;/code && gt;。

AppServicePlan

取得或設定指定將擁有還原網站的 App Service 方案。

BlobName

取得或設定包含備份的 Blob 名稱。

Databases

取得或設定應該還原的資料庫集合。 此清單必須符合備份中包含的資料庫清單。

HostingEnvironment

取得或設定 app Service 環境名稱,只有在將應用程式還原至App Service 環境) 時,才需要 (。

Id

資源識別碼。Setter 受到保護,因為必須在網路資源中設定識別碼。

(繼承來源 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'、'重新配置'、'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()

驗證 物件。

適用於