Interface ApplicationInsightsComponentQuotaStatus


public interface ApplicationInsightsComponentQuotaStatus
An immutable client-side representation of ApplicationInsightsComponentQuotaStatus.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the appId property: The Application ID for the Application Insights component.
    Gets the expirationTime property: Date and time when the daily data volume cap will be reset, and data ingestion will resume.
    Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentQuotaStatusInner object.
    Gets the shouldBeThrottled property: The daily data volume cap is met, and data ingestion will be stopped.
  • Method Details

    • appId

      String appId()
      Gets the appId property: The Application ID for the Application Insights component.
      Returns:
      the appId value.
    • shouldBeThrottled

      Boolean shouldBeThrottled()
      Gets the shouldBeThrottled property: The daily data volume cap is met, and data ingestion will be stopped.
      Returns:
      the shouldBeThrottled value.
    • expirationTime

      String expirationTime()
      Gets the expirationTime property: Date and time when the daily data volume cap will be reset, and data ingestion will resume.
      Returns:
      the expirationTime value.
    • innerModel

      Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentQuotaStatusInner object.
      Returns:
      the inner object.