Class ApplicationInsightsComponentQuotaStatusInner


  • public final class ApplicationInsightsComponentQuotaStatusInner
    extends Object
    An Application Insights component daily data volume cap status.
    • Constructor Detail

      • ApplicationInsightsComponentQuotaStatusInner

        public ApplicationInsightsComponentQuotaStatusInner()
    • Method Detail

      • appId

        public String appId()
        Get the appId property: The Application ID for the Application Insights component.
        Returns:
        the appId value.
      • 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.
      • 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.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.