ComponentCurrentBillingFeatures interface
代表 ComponentCurrentBillingFeatures 的介面。
方法
get(string, string, Component |
傳回 Application Insights 元件的目前計費功能。 |
update(string, string, Application |
更新 Application Insights 元件的目前計費功能。 |
方法詳細資料
get(string, string, ComponentCurrentBillingFeaturesGetOptionalParams)
傳回 Application Insights 元件的目前計費功能。
function get(resourceGroupName: string, resourceName: string, options?: ComponentCurrentBillingFeaturesGetOptionalParams): Promise<ApplicationInsightsComponentBillingFeatures>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
選項參數。
傳回
update(string, string, ApplicationInsightsComponentBillingFeatures, ComponentCurrentBillingFeaturesUpdateOptionalParams)
更新 Application Insights 元件的目前計費功能。
function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: ComponentCurrentBillingFeaturesUpdateOptionalParams): Promise<ApplicationInsightsComponentBillingFeatures>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- billingFeaturesProperties
- ApplicationInsightsComponentBillingFeatures
需要指定的屬性,才能更新ApplicationInsights元件的計費功能。
選項參數。