ApplicationInsightsComponentQuotaStatusInner Class
- java.
lang. Object - com.
azure. resourcemanager. applicationinsights. fluent. models. ApplicationInsightsComponentQuotaStatusInner
- com.
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 Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
appId()
Get the app |
| String |
expirationTime()
Get the expiration |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
| Boolean |
shouldBeThrottled()
Get the should |
|
Json |
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:
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:
fromJson
public static ApplicationInsightsComponentQuotaStatusInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationInsightsComponentQuotaStatusInner from the JsonReader.
Parameters:
Returns:
Throws:
shouldBeThrottled
public Boolean shouldBeThrottled()
Get the shouldBeThrottled property: The daily data volume cap is met, and data ingestion will be stopped.
Returns:
toJson
validate
public void validate()
Validates the instance.