ApplicationInsightsComponentFeatureCapability Class
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.
An Application Insights component feature capability.
public class ApplicationInsightsComponentFeatureCapability : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeatureCapability>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeatureCapability>
type ApplicationInsightsComponentFeatureCapability = class
interface IJsonModel<ApplicationInsightsComponentFeatureCapability>
interface IPersistableModel<ApplicationInsightsComponentFeatureCapability>
Public Class ApplicationInsightsComponentFeatureCapability
Implements IJsonModel(Of ApplicationInsightsComponentFeatureCapability), IPersistableModel(Of ApplicationInsightsComponentFeatureCapability)
- Inheritance
-
ApplicationInsightsComponentFeatureCapability
- Implements
Properties
Description |
The description of the capability. |
MeterId |
The meter used for the capability. |
MeterRateFrequency |
The meter rate of the meter. |
Name |
The name of the capability. |
Unit |
The unit of the capability. |
Value |
The value of the capability. |
Explicit Interface Implementations
IJsonModel<ApplicationInsightsComponentFeatureCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApplicationInsightsComponentFeatureCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApplicationInsightsComponentFeatureCapability>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApplicationInsightsComponentFeatureCapability>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApplicationInsightsComponentFeatureCapability>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET