你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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查询文本。

适用于