ComponentQuotaStatus class
代表 ComponentQuotaStatus 的類別。
建構函式
Component |
建立 ComponentQuotaStatus。 |
方法
建構函式詳細資料
ComponentQuotaStatus(ApplicationInsightsManagementClientContext)
建立 ComponentQuotaStatus。
new ComponentQuotaStatus(client: ApplicationInsightsManagementClientContext)
參數
服務用戶端的參考。
方法詳細資料
get(string, string, RequestOptionsBase)
傳回 Application Insights 元件的每日資料量上限 (配額) 狀態。
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentQuotaStatusGetResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ComponentQuotaStatusGetResponse>
Promise < Models.ComponentQuotaStatusGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- options
- RequestOptionsBase
選擇性參數
回呼
get(string, string, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
回呼