次の方法で共有


QueryTextsOperationsExtensions.ListByServerAsync メソッド

定義

指定した queryId のQuery-Storeクエリ テキストを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryText>> ListByServerAsync(this Microsoft.Azure.Management.MySQL.IQueryTextsOperations operations, string resourceGroupName, string serverName, System.Collections.Generic.IList<string> queryIds, System.Threading.CancellationToken cancellationToken = default);
static member ListByServerAsync : Microsoft.Azure.Management.MySQL.IQueryTextsOperations * string * string * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryText>>
<Extension()>
Public Function ListByServerAsync (operations As IQueryTextsOperations, resourceGroupName As String, serverName As String, queryIds As IList(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of QueryText))

パラメーター

operations
IQueryTextsOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

serverName
String

サーバーの名前。

queryIds
IList<String>

クエリ識別子

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象