次の方法で共有


WebAppsOperationsExtensions.BeginRestore メソッド

定義

特定のバックアップを別のアプリ (またはデプロイ スロット (指定されている場合) に復元します。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

backupId
String

バックアップの ID。

request
RestoreRequest

復元要求に関する情報。

注釈

[Restores a specific backup to another app (or deployment slot, if specified)]\(特定のバックアップを別のアプリに復元する\) の説明 (指定されている場合はデプロイ スロット)。

適用対象