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