Uses of Class
com.azure.resourcemanager.applicationinsights.models.ItemType
Packages that use ItemType
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ItemType in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return ItemTypeModifier and TypeMethodDescriptionApplicationInsightsComponentAnalyticsItemInner.type()Get the type property: Enum indicating the type of the Analytics item.Methods in com.azure.resourcemanager.applicationinsights.fluent.models with parameters of type ItemTypeModifier and TypeMethodDescriptionSet the type property: Enum indicating the type of the Analytics item. -
Uses of ItemType in com.azure.resourcemanager.applicationinsights.models
Fields in com.azure.resourcemanager.applicationinsights.models declared as ItemTypeModifier and TypeFieldDescriptionstatic final ItemTypeItemType.FUNCTIONStatic value function for ItemType.static final ItemTypeItemType.NONEStatic value none for ItemType.static final ItemTypeItemType.QUERYStatic value query for ItemType.static final ItemTypeItemType.RECENTStatic value recent for ItemType.Methods in com.azure.resourcemanager.applicationinsights.models that return ItemTypeModifier and TypeMethodDescriptionstatic ItemTypeItemType.fromString(String name) Creates or finds a ItemType from its string representation.ApplicationInsightsComponentAnalyticsItem.type()Gets the type property: Enum indicating the type of the Analytics item.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type ItemTypeModifier and TypeMethodDescriptionstatic Collection<ItemType>ItemType.values()Gets known ItemType values.