IApplicationInsightsComponentFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApplicationInsightsComponentFeatureTypeConverter))]
public interface IApplicationInsightsComponentFeature : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApplicationInsightsComponentFeatureTypeConverter))>]
type IApplicationInsightsComponentFeature = interface
interface IJsonSerializable
Public Interface IApplicationInsightsComponentFeature
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Capability |
A list of Application Insights component feature capability. |
FeatureName |
The pricing feature name. |
IsHidden |
Reserved, not used now. |
IsMainFeature |
Whether can apply addon feature on to it. |
MeterId |
The meter id used for the feature. |
MeterRateFrequency |
The meter rate for the feature's meter. |
ResouceId |
Reserved, not used now. |
SupportedAddonFeature |
The add on features on main feature. |
Title |
Display name of the feature. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |