次の方法で共有


WebAppsOperationsExtensions.RestoreSnapshotSlotAsync メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

restoreRequest
SnapshotRestoreRequest

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

slot
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象