ApplicationInsightsComponentDataVolumeCap 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 daily data volume cap.
public class ApplicationInsightsComponentDataVolumeCap : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentDataVolumeCap>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentDataVolumeCap>
type ApplicationInsightsComponentDataVolumeCap = class
interface IJsonModel<ApplicationInsightsComponentDataVolumeCap>
interface IPersistableModel<ApplicationInsightsComponentDataVolumeCap>
Public Class ApplicationInsightsComponentDataVolumeCap
Implements IJsonModel(Of ApplicationInsightsComponentDataVolumeCap), IPersistableModel(Of ApplicationInsightsComponentDataVolumeCap)
- Inheritance
-
ApplicationInsightsComponentDataVolumeCap
- Implements
Constructors
ApplicationInsightsComponentDataVolumeCap() |
Initializes a new instance of ApplicationInsightsComponentDataVolumeCap. |
Properties
Cap |
Daily data volume cap in GB. |
IsStopSendNotificationWhenHitCap |
Do not send a notification email when the daily data volume cap is met. |
IsStopSendNotificationWhenHitThreshold |
Reserved, not used for now. |
MaxHistoryCap |
Maximum daily data volume cap that the user can set for this component. |
ResetTime |
Daily data volume cap UTC reset hour. |
WarningThreshold |
Reserved, not used for now. |
Explicit Interface Implementations
IJsonModel<ApplicationInsightsComponentDataVolumeCap>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApplicationInsightsComponentDataVolumeCap>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApplicationInsightsComponentDataVolumeCap>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApplicationInsightsComponentDataVolumeCap>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApplicationInsightsComponentDataVolumeCap>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET