次の方法で共有


SnapshotRestoreRequest コンストラクター

定義

オーバーロード

SnapshotRestoreRequest()

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

SnapshotRestoreRequest(Boolean, String, String, String, String, String, SnapshotRecoverySource, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

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

SnapshotRestoreRequest()

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

public SnapshotRestoreRequest ();
Public Sub New ()

適用対象

SnapshotRestoreRequest(Boolean, String, String, String, String, String, SnapshotRecoverySource, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

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

public SnapshotRestoreRequest (bool overwrite, string id = default, string name = default, string type = default, string kind = default, string snapshotTime = default, Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRecoverySource recoverySource = default, bool? recoverConfiguration = default, bool? ignoreConflictingHostNames = default, bool? useDRSecondary = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRestoreRequest : bool * string * string * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRecoverySource * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRestoreRequest
Public Sub New (overwrite As Boolean, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional snapshotTime As String = Nothing, Optional recoverySource As SnapshotRecoverySource = Nothing, Optional recoverConfiguration As Nullable(Of Boolean) = Nothing, Optional ignoreConflictingHostNames As Nullable(Of Boolean) = Nothing, Optional useDRSecondary As Nullable(Of Boolean) = Nothing)

パラメーター

overwrite
Boolean

コード>が true</code> の場合、復元操作によってソース アプリが上書きされる可能性<があります。それ以外の場合は、<false/code> をコード>化します<。

id
String
name
String
type
String
kind
String

リソースの種類。

snapshotTime
String

DateTime 文字列として書式設定された、アプリの復元を実行する必要がある時点。

recoverySource
SnapshotRecoverySource

省略可能。 コンテンツを取得する Web アプリスナップショット指定します。 空の場合、ターゲット Web アプリがソースとして使用されます。

recoverConfiguration
Nullable<Boolean>

true の場合、コンテンツに加えてサイト構成が元に戻されます。

ignoreConflictingHostNames
Nullable<Boolean>

true の場合、ターゲット Web アプリへの復旧時にカスタム ホスト名の競合は無視されます。 この設定は、RecoverConfiguration が有効になっている場合にのみ必要です。

useDRSecondary
Nullable<Boolean>

true の場合、スナップショットは DRSecondary エンドポイントから取得されます。

適用対象