共用方式為


WebAppsOperationsExtensions.BeginRestoreFromBackupBlobSlotAsync 方法

定義

從 Azure 儲存體中的備份 Blob 還原應用程式。

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

參數

operations
IWebAppsOperations

這個擴充方法的作業群組。

resourceGroupName
String

資源所屬資源群組的名稱。

name
String

應用程式的名稱。

request
RestoreRequestInner

還原要求的相關資訊。

slot
String

部署位置的名稱。 如果未指定位置,API 會還原生產位置的備份。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

從 Azure 儲存體中的備份 Blob 還原應用程式的描述。

適用於