ApplicationInsightsComponentFeatureCapabilities Class

Definition

An Application Insights component feature capabilities.

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

Properties

AnalyticsIntegration

Reserved, not used now.

ApiAccessLevel

Reserved, not used now.

ApplicationMap

Reserved, not used now.

BurstThrottlePolicy

Reserved, not used now.

DailyCap

Daily data volume cap in GB.

DailyCapResetTime

Daily data volume cap UTC reset hour.

IsExportDataSupported

Whether allow to use continuous export feature.

LiveStreamMetrics

Reserved, not used now.

MetadataClass

Reserved, not used now.

MultipleStepWebTest

Whether allow to use multiple steps web test feature.

OpenSchema

Reserved, not used now.

PowerBIIntegration

Reserved, not used now.

ProactiveDetection

Reserved, not used now.

SupportExportData

Whether allow to use continuous export feature.

ThrottleRate

Reserved, not used now.

TrackingType

The application insights component used tracking type.

WorkItemIntegration

Whether allow to use work item integration feature.

Explicit Interface Implementations

IJsonModel<ApplicationInsightsComponentFeatureCapabilities>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationInsightsComponentFeatureCapabilities>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationInsightsComponentFeatureCapabilities>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationInsightsComponentFeatureCapabilities>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationInsightsComponentFeatureCapabilities>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to