次の方法で共有


WaitStatistic クラス

定義

待機統計を表します。

[Microsoft.Rest.Serialization.JsonTransformation]
public class WaitStatistic : Microsoft.Azure.Management.MySQL.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WaitStatistic = class
    inherit ProxyResource
Public Class WaitStatistic
Inherits ProxyResource
継承
WaitStatistic
属性

コンストラクター

WaitStatistic()

WaitStatistic クラスの新しいインスタンスを初期化します。

WaitStatistic(String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Int64>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Double>)

WaitStatistic クラスの新しいインスタンスを初期化します。

プロパティ

Count

この時間間隔で観察される待機イベント数を取得または設定します。

DatabaseName

データベース名を取得または設定します。

EndTime

観測終了時刻を取得または設定します。

EventName

待機イベント名を取得または設定します。

EventTypeName

待機イベントの種類名を取得または設定します。

Id

リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(継承元 Resource)
Name

リソースの名前を取得します

(継承元 Resource)
QueryId

データベース クエリ識別子を取得または設定します。

StartTime

観測開始時刻を取得または設定します。

TotalTimeInMs

この時間間隔の合計待機時間をミリ秒単位で取得または設定します。

Type

リソースの種類を取得します。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

(継承元 Resource)
UserId

データベース ユーザー識別子を取得または設定します。

適用対象