次の方法で共有


WebAppsOperationsExtensions.RestoreSnapshotSlot メソッド

定義

スナップショットから Web アプリを復元します。

public static void RestoreSnapshotSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.SnapshotRestoreRequest restoreRequest, string slot);
static member RestoreSnapshotSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.SnapshotRestoreRequest * string -> unit
<Extension()>
Public Sub RestoreSnapshotSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, restoreRequest As SnapshotRestoreRequest, slot As String)

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

Web アプリの名前。

restoreRequest
SnapshotRestoreRequest

スナップショットの復元設定。 スナップショット情報は、GetDeletedSites または GetSiteSnapshots API を呼び出すことによって取得できます。

slot
String

Web アプリ スロットの名前。 指定しない場合、既定では運用スロットになります。

注釈

「スナップショットから Web アプリを復元する」の説明。

適用対象