Interface ApplicationInsightsComponentAnalyticsItem


  • public interface ApplicationInsightsComponentAnalyticsItem
    An immutable client-side representation of ApplicationInsightsComponentAnalyticsItem.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String content()
      Gets the content property: The content of this item.
      String id()
      Gets the id property: Internally assigned unique id of the item definition.
      ApplicationInsightsComponentAnalyticsItemInner innerModel()
      Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentAnalyticsItemInner object.
      String name()
      Gets the name property: The user-defined name of the item.
      ApplicationInsightsComponentAnalyticsItemProperties properties()
      Gets the properties property: A set of properties that can be defined in the context of a specific item type.
      ItemScope scope()
      Gets the scope property: Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.
      String timeCreated()
      Gets the timeCreated property: Date and time in UTC when this item was created.
      String timeModified()
      Gets the timeModified property: Date and time in UTC of the last modification that was made to this item.
      ItemType type()
      Gets the type property: Enum indicating the type of the Analytics item.
      String version()
      Gets the version property: This instance's version of the data model.
    • Method Detail

      • id

        String id()
        Gets the id property: Internally assigned unique id of the item definition.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The user-defined name of the item.
        Returns:
        the name value.
      • content

        String content()
        Gets the content property: The content of this item.
        Returns:
        the content value.
      • version

        String version()
        Gets the version property: This instance's version of the data model. This can change as new features are added.
        Returns:
        the version value.
      • scope

        ItemScope scope()
        Gets the scope property: Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.
        Returns:
        the scope value.
      • type

        ItemType type()
        Gets the type property: Enum indicating the type of the Analytics item.
        Returns:
        the type value.
      • timeCreated

        String timeCreated()
        Gets the timeCreated property: Date and time in UTC when this item was created.
        Returns:
        the timeCreated value.
      • timeModified

        String timeModified()
        Gets the timeModified property: Date and time in UTC of the last modification that was made to this item.
        Returns:
        the timeModified value.
      • properties

        ApplicationInsightsComponentAnalyticsItemProperties properties()
        Gets the properties property: A set of properties that can be defined in the context of a specific item type. Each type may have its own properties.
        Returns:
        the properties value.
      • innerModel

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