Class ApplicationInsightsComponentAnalyticsItemProperties

java.lang.Object
com.azure.resourcemanager.applicationinsights.models.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 Details

    • ApplicationInsightsComponentAnalyticsItemProperties

      public ApplicationInsightsComponentAnalyticsItemProperties()
  • Method Details

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