Aracılığıyla paylaş


ApplicationInsightsComponentQuotaStatusInner Class

  • java.lang.Object
    • com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentQuotaStatusInner

Implements

public final class ApplicationInsightsComponentQuotaStatusInner
implements JsonSerializable<ApplicationInsightsComponentQuotaStatusInner>

An Application Insights component daily data volume cap status.

Constructor Summary

Constructor Description
ApplicationInsightsComponentQuotaStatusInner()

Creates an instance of ApplicationInsightsComponentQuotaStatusInner class.

Method Summary

Modifier and Type Method and Description
String appId()

Get the appId property: The Application ID for the Application Insights component.

String expirationTime()

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

static ApplicationInsightsComponentQuotaStatusInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationInsightsComponentQuotaStatusInner from the JsonReader.

Boolean shouldBeThrottled()

Get the shouldBeThrottled property: The daily data volume cap is met, and data ingestion will be stopped.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ApplicationInsightsComponentQuotaStatusInner

public ApplicationInsightsComponentQuotaStatusInner()

Creates an instance of ApplicationInsightsComponentQuotaStatusInner class.

Method Details

appId

public String appId()

Get the appId property: The Application ID for the Application Insights component.

Returns:

the appId value.

expirationTime

public String expirationTime()

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

Returns:

the expirationTime value.

fromJson

public static ApplicationInsightsComponentQuotaStatusInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationInsightsComponentQuotaStatusInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationInsightsComponentQuotaStatusInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ApplicationInsightsComponentQuotaStatusInner.

shouldBeThrottled

public Boolean shouldBeThrottled()

Get the shouldBeThrottled property: The daily data volume cap is met, and data ingestion will be stopped.

Returns:

the shouldBeThrottled value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to