ApplicationType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. applicationinsights. models. ApplicationType
- com.
- com.
public final class ApplicationType
extends ExpandableStringEnum<ApplicationType>
Type of application being monitored.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Application |
OTHER
Static value other for Application |
|
static final
Application |
WEB
Static value web for Application |
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Application |
fromString(String name)
Creates or finds a Application |
|
static
Collection<Application |
values()
Gets known Application |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
OTHER
public static final ApplicationType OTHER
Static value other for ApplicationType.
WEB
public static final ApplicationType WEB
Static value web for ApplicationType.
Constructor Details
ApplicationType
@Deprecated
public ApplicationType()
Deprecated
Creates a new instance of ApplicationType value.
Method Details
fromString
public static ApplicationType fromString(String name)
Creates or finds a ApplicationType from its string representation.
Parameters:
Returns:
values
public static Collection<ApplicationType> values()
Gets known ApplicationType values.
Returns: