QueryTexts interface 
表示 QueryTexts 的接口。
方法
| get(string, string, string, Query | 检索 queryId 的 Query-Store 查询文本。 | 
| list | 检索指定 queryId 的 Query-Store 查询文本。 | 
方法详细信息
		get(string, string, string, QueryTextsGetOptionalParams)
	    
	检索 queryId 的 Query-Store 查询文本。
function get(resourceGroupName: string, serverName: string, queryId: string, options?: QueryTextsGetOptionalParams): Promise<QueryText>参数
- resourceGroupName
- 
				string 
资源组的名称。 名称不区分大小写。
- serverName
- 
				string 
服务器的名称。
- queryId
- 
				string 
Query-Store 查询标识符。
- options
- QueryTextsGetOptionalParams
选项参数。
返回
Promise<QueryText>
		listByServer(string, string, string[], QueryTextsListByServerOptionalParams)
	      
	检索指定 queryId 的 Query-Store 查询文本。
function listByServer(resourceGroupName: string, serverName: string, queryIds: string[], options?: QueryTextsListByServerOptionalParams): PagedAsyncIterableIterator<QueryText, QueryText[], PageSettings>参数
- resourceGroupName
- 
				string 
资源组的名称。 名称不区分大小写。
- serverName
- 
				string 
服务器的名称。
- queryIds
- 
				string[] 
查询标识符
选项参数。