共用方式為


WebAppsOperationsExtensions.RestoreSnapshotSlotAsync 方法

定義

從快照集還原 Web 應用程式。

public static System.Threading.Tasks.Task RestoreSnapshotSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRestoreRequest restoreRequest, string slot, System.Threading.CancellationToken cancellationToken = default);
static member RestoreSnapshotSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.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 應用程式的描述。

適用於