ApplicationInsightsComponentQuotaStatus Interface
public interface ApplicationInsightsComponentQuotaStatus
An immutable client-side representation of ApplicationInsightsComponentQuotaStatus.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
appId()
Gets the app |
| abstract String |
expirationTime()
Gets the expiration |
|
abstract
Application |
innerModel()
Gets the inner com. |
| abstract Boolean |
shouldBeThrottled()
Gets the should |
Method Details
appId
public abstract String appId()
Gets the appId property: The Application ID for the Application Insights component.
Returns:
expirationTime
public abstract String expirationTime()
Gets the expirationTime property: Date and time when the daily data volume cap will be reset, and data ingestion will resume.
Returns:
innerModel
public abstract ApplicationInsightsComponentQuotaStatusInner innerModel()
Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentQuotaStatusInner object.
Returns:
shouldBeThrottled
public abstract Boolean shouldBeThrottled()
Gets the shouldBeThrottled property: The daily data volume cap is met, and data ingestion will be stopped.
Returns: