次の方法で共有


RestoreRequestInner コンストラクター

定義

オーバーロード

RestoreRequestInner()

RestoreRequestInner クラスの新しいインスタンスを初期化します。

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

RestoreRequestInner クラスの新しいインスタンスを初期化します。

RestoreRequestInner()

RestoreRequestInner クラスの新しいインスタンスを初期化します。

public RestoreRequestInner ();
Public Sub New ()

適用対象

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

RestoreRequestInner クラスの新しいインスタンスを初期化します。

public RestoreRequestInner (string storageAccountUrl, bool overwrite, string id = default, string name = default, string type = default, string kind = default, string blobName = default, string siteName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DatabaseBackupSetting> databases = default, bool? ignoreConflictingHostNames = default, bool? ignoreDatabases = default, string appServicePlan = default, Microsoft.Azure.Management.AppService.Fluent.Models.BackupRestoreOperationType? operationType = default, bool? adjustConnectionStrings = default, string hostingEnvironment = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.RestoreRequestInner : string * bool * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DatabaseBackupSetting> * Nullable<bool> * Nullable<bool> * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.BackupRestoreOperationType> * Nullable<bool> * string -> Microsoft.Azure.Management.AppService.Fluent.Models.RestoreRequestInner
Public Sub New (storageAccountUrl As String, overwrite As Boolean, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional blobName As String = Nothing, Optional siteName As String = Nothing, Optional databases As IList(Of DatabaseBackupSetting) = Nothing, Optional ignoreConflictingHostNames As Nullable(Of Boolean) = Nothing, Optional ignoreDatabases As Nullable(Of Boolean) = Nothing, Optional appServicePlan As String = Nothing, Optional operationType As Nullable(Of BackupRestoreOperationType) = Nothing, Optional adjustConnectionStrings As Nullable(Of Boolean) = Nothing, Optional hostingEnvironment As String = Nothing)

パラメーター

storageAccountUrl
String

コンテナーへの SAS URL。

overwrite
Boolean

<>復元操作でターゲット アプリを上書きできる場合はコード true</code>、<それ以外の場合は false</code を>コード>化します。 <既存のアプリを復元する場合は、コード>true</code> が必要です。

id
String
name
String
type
String
kind
String

リソースの種類。

blobName
String

バックアップを含む BLOB の名前。

siteName
String

アプリの名前。

databases
IList<DatabaseBackupSetting>

復元する必要があるデータベースのコレクション。 この一覧は、バックアップに含まれるデータベースの一覧と一致する必要があります。

ignoreConflictingHostNames
Nullable<Boolean>

カスタム ドメインを使用してアプリを復元するときにロジックを変更します。 <カスタム ドメインを自動的に削除するコード>true</code> 。 コード>が false/code> の<場合<、カスタム ドメインは復元時にアプリのオブジェクトに追加されますが、操作中の競合が原因で失敗する可能性があります。

ignoreDatabases
Nullable<Boolean>

データベースを無視し、サイト コンテンツのみを復元する

appServicePlan
String

復元されたサイトを所有する App Service プランを指定します。

operationType
Nullable<BackupRestoreOperationType>

操作の種類。 使用できる値は、'Default'、'Clone'、'Relocation'、'Snapshot'、'CloudFS' です。

adjustConnectionStrings
Nullable<Boolean>

<SiteConfig.ConnectionStrings>を新しいアプリで設定する必要がある場合は true</code>、それ以外の場合<は false/code を>コード>化します<。

hostingEnvironment
String

App Service Environment名前 (必要に応じて)(アプリをApp Service Environmentに復元する場合のみ)。

適用対象