次の方法で共有


WebAppsOperationsExtensions.GetMigrateMySqlStatus メソッド

定義

アプリの移行中の MySql の状態 (アクティブな場合)、およびアプリ内の MySql が有効になっているかどうかを返します。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

戻り値

注釈

の説明 アプリの移行で MySql の状態を返します(アクティブな場合)、アプリ内の MySql が有効かどうか

適用対象