次の方法で共有


WebAppsOperationsExtensions.BeginMigrateMySql メソッド

定義

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

public static Microsoft.Azure.Management.WebSites.Models.Operation BeginMigrateMySql(this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.MigrateMySqlRequest migrationRequestEnvelope);
static member BeginMigrateMySql : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.MigrateMySqlRequest -> Microsoft.Azure.Management.WebSites.Models.Operation
<Extension()>
Public Function BeginMigrateMySql (operations As IWebAppsOperations, resourceGroupName As String, name As String, migrationRequestEnvelope As MigrateMySqlRequest) As Operation

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

migrationRequestEnvelope
MigrateMySqlRequest

MySql の移行オプション。

戻り値

注釈

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

適用対象