Class ApplicationInsightsComponentFeature

java.lang.Object
com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponentFeature

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

    • ApplicationInsightsComponentFeature

      public ApplicationInsightsComponentFeature()
  • Method Details

    • featureName

      public String featureName()
      Get the featureName property: The pricing feature name.
      Returns:
      the featureName value.
    • meterId

      public String meterId()
      Get the meterId property: The meter id used for the feature.
      Returns:
      the meterId value.
    • meterRateFrequency

      public String meterRateFrequency()
      Get the meterRateFrequency property: The meter rate for the feature's meter.
      Returns:
      the meterRateFrequency value.
    • resouceId

      public String resouceId()
      Get the resouceId property: Reserved, not used now.
      Returns:
      the resouceId value.
    • isHidden

      public Boolean isHidden()
      Get the isHidden property: Reserved, not used now.
      Returns:
      the isHidden value.
    • capabilities

      Get the capabilities property: A list of Application Insights component feature capability.
      Returns:
      the capabilities value.
    • title

      public String title()
      Get the title property: Display name of the feature.
      Returns:
      the title value.
    • isMainFeature

      public Boolean isMainFeature()
      Get the isMainFeature property: Whether can apply addon feature on to it.
      Returns:
      the isMainFeature value.
    • supportedAddonFeatures

      public String supportedAddonFeatures()
      Get the supportedAddonFeatures property: The add on features on main feature.
      Returns:
      the supportedAddonFeatures value.
    • validate

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