Share via


ApplicationInsightsComponentQuotaStatus Class

Definition

An Application Insights component daily data volume cap status

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApplicationInsightsComponentQuotaStatusTypeConverter))]
public class ApplicationInsightsComponentQuotaStatus : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentQuotaStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApplicationInsightsComponentQuotaStatusTypeConverter))>]
type ApplicationInsightsComponentQuotaStatus = class
    interface IApplicationInsightsComponentQuotaStatus
    interface IJsonSerializable
Public Class ApplicationInsightsComponentQuotaStatus
Implements IApplicationInsightsComponentQuotaStatus
Inheritance
ApplicationInsightsComponentQuotaStatus
Attributes
Implements

Constructors

ApplicationInsightsComponentQuotaStatus()

Creates an new ApplicationInsightsComponentQuotaStatus instance.

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.

ShouldBeThrottled

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApplicationInsightsComponentQuotaStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApplicationInsightsComponentQuotaStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentQuotaStatus.

FromJsonString(String)

Creates a new instance of ApplicationInsightsComponentQuotaStatus, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApplicationInsightsComponentQuotaStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to