次の方法で共有


WebAppsOperationsExtensions.GetMigrateMySqlStatusAsync メソッド

定義

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

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象