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