Class ApplicationInsightsComponentAnalyticsItemProperties


  • public final class ApplicationInsightsComponentAnalyticsItemProperties
    extends Object
    A set of properties that can be defined in the context of a specific item type. Each type may have its own properties.
    • Constructor Detail

      • ApplicationInsightsComponentAnalyticsItemProperties

        public ApplicationInsightsComponentAnalyticsItemProperties()
    • Method Detail

      • functionAlias

        public String functionAlias()
        Get the functionAlias property: A function alias, used when the type of the item is Function.
        Returns:
        the functionAlias value.
      • withFunctionAlias

        public ApplicationInsightsComponentAnalyticsItemProperties withFunctionAlias​(String functionAlias)
        Set the functionAlias property: A function alias, used when the type of the item is Function.
        Parameters:
        functionAlias - the functionAlias value to set.
        Returns:
        the ApplicationInsightsComponentAnalyticsItemProperties object itself.
      • validate

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