共用方式為


WebAppsOperationsExtensions.MigrateMySqlAsync 方法

定義

將本機 (應用程式內) MySql 資料庫移轉至遠端 MySql 資料庫。

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

參數

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web 應用程式的名稱。

migrationRequestEnvelope
MigrateMySqlRequest

MySql 移轉選項。

cancellationToken
CancellationToken

取消語彙基元。

傳回

備註

將本機 (應用程式內) MySql 資料庫移轉至遠端 MySql 資料庫的描述。

適用於