共用方式為


WebAppsOperationsExtensions.MigrateStorageAsync 方法

定義

還原 Web 應用程式。

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

參數

operations
IWebAppsOperations

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

subscriptionName
String

Azure 訂用帳戶。

resourceGroupName
String

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

name
String

Web 應用程式的名稱。

migrationOptions
StorageMigrationOptions

移轉選項。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

還原 Web 應用程式的描述。

適用於