次の方法で共有


MySqlWaitStatisticCollection クラス

定義

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

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

コンストラクター

MySqlWaitStatisticCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

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

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

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

指定した識別子の待機統計を取得します。

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

指定した集計ウィンドウの待機統計を取得します。

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

指定した集計ウィンドウの待機統計を取得します。

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

指定した識別子の待機統計を取得します。

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

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

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

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

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

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

(継承元 ArmCollection)

適用対象