Interface ApplicationInsightsComponentQuotaStatus


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

      • 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

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