ApplicationInsightsComponentBillingFeatures 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 billing features.
public class ApplicationInsightsComponentBillingFeatures : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentBillingFeatures>
type ApplicationInsightsComponentBillingFeatures = class
interface IJsonModel<ApplicationInsightsComponentBillingFeatures>
interface IPersistableModel<ApplicationInsightsComponentBillingFeatures>
Public Class ApplicationInsightsComponentBillingFeatures
Implements IJsonModel(Of ApplicationInsightsComponentBillingFeatures), IPersistableModel(Of ApplicationInsightsComponentBillingFeatures)
- Inheritance
-
ApplicationInsightsComponentBillingFeatures
- Implements
Constructors
ApplicationInsightsComponentBillingFeatures() |
Initializes a new instance of ApplicationInsightsComponentBillingFeatures. |
Properties
CurrentBillingFeatures |
Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'. |
DataVolumeCap |
An Application Insights component daily data volume cap. |
Explicit Interface Implementations
IJsonModel<ApplicationInsightsComponentBillingFeatures>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApplicationInsightsComponentBillingFeatures>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApplicationInsightsComponentBillingFeatures>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApplicationInsightsComponentBillingFeatures>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApplicationInsightsComponentBillingFeatures>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET