次の方法で共有


WebAppsOperationsExtensions.RestoreSlotAsync メソッド

定義

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

public static System.Threading.Tasks.Task RestoreSlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string backupId, Microsoft.Azure.Management.WebSites.Models.RestoreRequest request, string slot, System.Threading.CancellationToken cancellationToken = default);
static member RestoreSlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.RestoreRequest * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RestoreSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, backupId As String, request As RestoreRequest, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

backupId
String

バックアップの ID。

request
RestoreRequest

復元要求に関する情報。

slot
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象