次の方法で共有


WebAppsOperationsExtensions.BeginRestoreSnapshot メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

restoreRequest
SnapshotRestoreRequest

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

注釈

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

適用対象