WaitStatistics interface
WaitStatistics を表すインターフェイス。
メソッド
get(string, string, string, Wait |
指定した識別子の待機統計を取得します。 |
list |
指定された集計ウィンドウの待機統計を取得します。 |
メソッドの詳細
get(string, string, string, WaitStatisticsGetOptionalParams)
指定した識別子の待機統計を取得します。
function get(resourceGroupName: string, serverName: string, waitStatisticsId: string, options?: WaitStatisticsGetOptionalParams): Promise<WaitStatistic>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- serverName
-
string
サーバーの名前。
- waitStatisticsId
-
string
待機統計識別子。
- options
- WaitStatisticsGetOptionalParams
オプション パラメーター。
戻り値
Promise<WaitStatistic>
listByServer(string, string, WaitStatisticsInput, WaitStatisticsListByServerOptionalParams)
指定された集計ウィンドウの待機統計を取得します。
function listByServer(resourceGroupName: string, serverName: string, parameters: WaitStatisticsInput, options?: WaitStatisticsListByServerOptionalParams): PagedAsyncIterableIterator<WaitStatistic, WaitStatistic[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- serverName
-
string
サーバーの名前。
- parameters
- WaitStatisticsInput
待機統計を取得するために必要なパラメーター。
オプション パラメーター。