Class ApplicationInsightsComponentQuotaStatusInner

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

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

    • ApplicationInsightsComponentQuotaStatusInner

      public ApplicationInsightsComponentQuotaStatusInner()
  • Method Details

    • 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.