Interface ApplicationInsightsComponentAnalyticsItem


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

    Modifier and Type
    Method
    Description
    Gets the content property: The content of this item.
    id()
    Gets the id property: Internally assigned unique id of the item definition.
    Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentAnalyticsItemInner object.
    Gets the name property: The user-defined name of the item.
    Gets the properties property: A set of properties that can be defined in the context of a specific item type.
    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.
    Gets the timeCreated property: Date and time in UTC when this item was created.
    Gets the timeModified property: Date and time in UTC of the last modification that was made to this item.
    Gets the type property: Enum indicating the type of the Analytics item.
    Gets the version property: This instance's version of the data model.
  • Method Details

    • 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

      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

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