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 時,才需要此設定。