ItemScopePath Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. applicationinsights. models. ItemScopePath
- com.
- com.
public final class ItemScopePath
extends ExpandableStringEnum<ItemScopePath>
Defines values for ItemScopePath.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Item |
ANALYTICS_ITEMS
Static value analytics |
|
static final
Item |
MYANALYTICS_ITEMS
Static value myanalytics |
Constructor Summary
| Constructor | Description |
|---|---|
| ItemScopePath() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Item |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Item |
fromString(String name)
Creates or finds a Item |
|
static
Collection<Item |
values()
Gets known Item |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ANALYTICS_ITEMS
public static final ItemScopePath ANALYTICS_ITEMS
Static value analyticsItems for ItemScopePath.
MYANALYTICS_ITEMS
public static final ItemScopePath MYANALYTICS_ITEMS
Static value myanalyticsItems for ItemScopePath.
Constructor Details
ItemScopePath
@Deprecated
public ItemScopePath()
Deprecated
Creates a new instance of ItemScopePath value.
Method Details
fromString
public static ItemScopePath fromString(String name)
Creates or finds a ItemScopePath from its string representation.
Parameters:
Returns:
values
public static Collection<ItemScopePath> values()
Gets known ItemScopePath values.
Returns: