次の方法で共有


MySqlQueryTextCollection.GetAllAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{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 です。

適用対象