ApplicationInsightsComponentFeature Class

Definition

An Application Insights component daily data volume cap status.

public class ApplicationInsightsComponentFeature : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeature>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeature>
type ApplicationInsightsComponentFeature = class
    interface IJsonModel<ApplicationInsightsComponentFeature>
    interface IPersistableModel<ApplicationInsightsComponentFeature>
Public Class ApplicationInsightsComponentFeature
Implements IJsonModel(Of ApplicationInsightsComponentFeature), IPersistableModel(Of ApplicationInsightsComponentFeature)
Inheritance
ApplicationInsightsComponentFeature
Implements

Properties

Capabilities

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.

ResourceId

Reserved, not used now.

SupportedAddonFeatures

The add on features on main feature.

Title

Display name of the feature.

Explicit Interface Implementations

IJsonModel<ApplicationInsightsComponentFeature>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApplicationInsightsComponentFeature>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationInsightsComponentFeature>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationInsightsComponentFeature>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApplicationInsightsComponentFeature>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to