ApplicationInsightsComponentQuotaStatus Class

Definition

An Application Insights component daily data volume cap status.

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

Properties

AppId

The Application ID for the Application Insights component.

ExpirationTime

Date and time when the daily data volume cap will be reset, and data ingestion will resume.

ExpireOn

Date and time when the daily data volume cap will be reset, and data ingestion will resume.

ShouldBeThrottled

The daily data volume cap is met, and data ingestion will be stopped.

Explicit Interface Implementations

IJsonModel<ApplicationInsightsComponentQuotaStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationInsightsComponentQuotaStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationInsightsComponentQuotaStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationInsightsComponentQuotaStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationInsightsComponentQuotaStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to