次の方法で共有


MySqlQueryStatisticCollection クラス

定義

のコレクション MySqlQueryStatisticResource とその操作を表すクラス。 コレクション内の各 MySqlQueryStatisticResource は、 の同じインスタンス MySqlServerResourceに属します。 インスタンスを MySqlQueryStatisticCollection 取得するには、 のインスタンスから GetMySqlQueryStatistics メソッドを MySqlServerResource呼び出します。

public class MySqlQueryStatisticCollection : Azure.ResourceManager.ArmCollection
type MySqlQueryStatisticCollection = class
    inherit ArmCollection
Public Class MySqlQueryStatisticCollection
Inherits ArmCollection
継承
MySqlQueryStatisticCollection

コンストラクター

MySqlQueryStatisticCollection()

モック作成のために クラスの MySqlQueryStatisticCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/topQueryStatistics/{queryStatisticId}
  • 操作IdTopQueryStatistics_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/topQueryStatistics/{queryStatisticId}
  • 操作IdTopQueryStatistics_Get
Get(String, CancellationToken)

指定した識別子のクエリ統計を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/topQueryStatistics/{queryStatisticId}
  • 操作IdTopQueryStatistics_Get
GetAll(MySqlTopQueryStatisticsInput, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/topQueryStatistics
  • 操作IdTopQueryStatistics_ListByServer
GetAllAsync(MySqlTopQueryStatisticsInput, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/topQueryStatistics
  • 操作IdTopQueryStatistics_ListByServer
GetAsync(String, CancellationToken)

指定した識別子のクエリ統計を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/topQueryStatistics/{queryStatisticId}
  • 操作IdTopQueryStatistics_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/topQueryStatistics/{queryStatisticId}
  • 操作IdTopQueryStatistics_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/topQueryStatistics/{queryStatisticId}
  • 操作IdTopQueryStatistics_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

適用対象