Udostępnij za pośrednictwem


WebAppsOperationsExtensions.BeginMigrateMySqlAsync Metoda

Definicja

Migruje lokalną bazę danych MySql (w aplikacji) do zdalnej bazy danych MySql.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.OperationInner> BeginMigrateMySqlAsync (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 BeginMigrateMySqlAsync : 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 BeginMigrateMySqlAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, migrationRequestEnvelope As MigrateMySqlRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OperationInner)

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa aplikacji internetowej.

migrationRequestEnvelope
MigrateMySqlRequest

Opcje migracji bazy danych MySql.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis migrowania lokalnej bazy danych MySql (w aplikacji) do zdalnej bazy danych MySql.

Dotyczy