次の方法で共有


WebAppsOperationsExtensions.BeginRestoreSlot メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

backupId
String

バックアップの ID。

request
RestoreRequest

復元要求に関する情報。

slot
String

デプロイ スロットの名前。 スロットが指定されていない場合、API は運用スロットのバックアップを復元します。

注釈

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

適用対象