次の方法で共有


WebAppsOperationsExtensions.MigrateMySqlAsync メソッド

定義

ローカル (アプリ内) MySql データベースをリモート MySql データベースに移行します。

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

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

Web アプリの名前。

migrationRequestEnvelope
MigrateMySqlRequest

MySql の移行オプション。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

「ローカル (アプリ内) MySql データベースをリモート MySql データベースに移行する」の説明。

適用対象