次の方法で共有


IQueryTextsOperations インターフェイス

定義

QueryTextsOperations 操作。

public interface IQueryTextsOperations
type IQueryTextsOperations = interface
Public Interface IQueryTextsOperations

メソッド

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByServerWithHttpMessagesAsync(String, String, IList<String>, Dictionary<String,List<String>>, CancellationToken)

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

拡張メソッド

Get(IQueryTextsOperations, String, String, String)

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

GetAsync(IQueryTextsOperations, String, String, String, CancellationToken)

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

ListByServer(IQueryTextsOperations, String, String, IList<String>)

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

ListByServerAsync(IQueryTextsOperations, String, String, IList<String>, CancellationToken)

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

ListByServerNext(IQueryTextsOperations, String)

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

ListByServerNextAsync(IQueryTextsOperations, String, CancellationToken)

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

適用対象