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

MySqlQueryTextCollection.GetAllAsync 方法

定义

检索指定 queryId 的Query-Store查询文本。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/queryTexts
  • 操作IdQueryTexts_ListByServer
public virtual Azure.AsyncPageable<Azure.ResourceManager.MySql.MySqlQueryTextResource> GetAllAsync (System.Collections.Generic.IEnumerable<string> queryIds, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : seq<string> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.MySqlQueryTextResource>
override this.GetAllAsync : seq<string> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.MySqlQueryTextResource>
Public Overridable Function GetAllAsync (queryIds As IEnumerable(Of String), Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MySqlQueryTextResource)

参数

queryIds
IEnumerable<String>

查询标识符。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 MySqlQueryTextResource ,可能需要多个服务请求进行迭代。

例外

queryIds 为 null。

适用于