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
擷取等候統計數據所需的參數。
選項參數。