次の方法で共有


QueryTextsOperationsExtensions.ListByServer メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryText> ListByServer(this Microsoft.Azure.Management.MySQL.IQueryTextsOperations operations, string resourceGroupName, string serverName, System.Collections.Generic.IList<string> queryIds);
static member ListByServer : Microsoft.Azure.Management.MySQL.IQueryTextsOperations * string * string * System.Collections.Generic.IList<string> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryText>
<Extension()>
Public Function ListByServer (operations As IQueryTextsOperations, resourceGroupName As String, serverName As String, queryIds As IList(Of String)) As IPage(Of QueryText)

パラメーター

operations
IQueryTextsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

queryIds
IList<String>

クエリ識別子

戻り値

適用対象