ApplicationInsightsComponentFeature interface
An Application Insights component daily data volume cap status
Properties
| capabilities | A list of Application Insights component feature capability. |
| feature |
The pricing feature name. |
| is |
Reserved, not used now. |
| is |
Whether can apply addon feature on to it. |
| meter |
The meter id used for the feature. |
| meter |
The meter rate for the feature's meter. |
| resouce |
Reserved, not used now. |
| supported |
The add on features on main feature. |
| title | Display name of the feature. |
Property Details
capabilities
A list of Application Insights component feature capability.
capabilities?: ApplicationInsightsComponentFeatureCapability[]
Property Value
featureName
The pricing feature name.
featureName?: string
Property Value
string
isHidden
Reserved, not used now.
isHidden?: boolean
Property Value
boolean
isMainFeature
Whether can apply addon feature on to it.
isMainFeature?: boolean
Property Value
boolean
meterId
The meter id used for the feature.
meterId?: string
Property Value
string
meterRateFrequency
The meter rate for the feature's meter.
meterRateFrequency?: string
Property Value
string
resouceId
Reserved, not used now.
resouceId?: string
Property Value
string
supportedAddonFeatures
The add on features on main feature.
supportedAddonFeatures?: string
Property Value
string
title
Display name of the feature.
title?: string
Property Value
string