次の方法で共有


MySqlQueryStatisticCollection.GetAll メソッド

定義

指定したメトリックと集計のQuery-Store上位クエリを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/topQueryStatistics
  • 操作IdTopQueryStatistics_ListByServer
public virtual Azure.Pageable<Azure.ResourceManager.MySql.MySqlQueryStatisticResource> GetAll (Azure.ResourceManager.MySql.Models.MySqlTopQueryStatisticsInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.MySql.Models.MySqlTopQueryStatisticsInput * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MySql.MySqlQueryStatisticResource>
override this.GetAll : Azure.ResourceManager.MySql.Models.MySqlTopQueryStatisticsInput * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MySql.MySqlQueryStatisticResource>
Public Overridable Function GetAll (input As MySqlTopQueryStatisticsInput, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MySqlQueryStatisticResource)

パラメーター

input
MySqlTopQueryStatisticsInput

上位のクエリ統計を取得するために必要なパラメーター。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の MySqlQueryStatisticResource サービス要求を受け取る可能性がある のコレクション。

例外

input が null です。

適用対象