ApplicationInsightsComponentAvailableFeatures Class

Definition

An Application Insights component available features.

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

Properties

Result

A list of Application Insights component feature.

Explicit Interface Implementations

IJsonModel<ApplicationInsightsComponentAvailableFeatures>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationInsightsComponentAvailableFeatures>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationInsightsComponentAvailableFeatures>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationInsightsComponentAvailableFeatures>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationInsightsComponentAvailableFeatures>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to