SnapshotRestoreRequest コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 アプリがソースとして使用されます。
true の場合、ターゲット Web アプリへの復旧時にカスタム ホスト名の競合は無視されます。 この設定は、RecoverConfiguration が有効になっている場合にのみ必要です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET