次の方法で共有


IApplicationInsightsComponentFeature Interface

Definition

[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)

Applies to