次の方法で共有


QueryTextsOperationsExtensions.ListByServerNext メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryText> ListByServerNext(this Microsoft.Azure.Management.MySQL.IQueryTextsOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.MySQL.IQueryTextsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryText>
<Extension()>
Public Function ListByServerNext (operations As IQueryTextsOperations, nextPageLink As String) As IPage(Of QueryText)

パラメーター

operations
IQueryTextsOperations

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

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象