public final class AlertSeverity extends com.azure.core.util.ExpandableStringEnum<AlertSeverity>
| Modifier and Type | Field and Description |
|---|---|
static AlertSeverity |
FOUR
Static value 4 for AlertSeverity.
|
static AlertSeverity |
ONE
Static value 1 for AlertSeverity.
|
static AlertSeverity |
THREE
Static value 3 for AlertSeverity.
|
static AlertSeverity |
TWO
Static value 2 for AlertSeverity.
|
static AlertSeverity |
ZERO
Static value 0 for AlertSeverity.
|
| Constructor and Description |
|---|
AlertSeverity() |
| Modifier and Type | Method and Description |
|---|---|
static AlertSeverity |
fromString(String name)
Creates or finds a AlertSeverity from its string representation.
|
static Collection<AlertSeverity> |
values() |
public static final AlertSeverity ZERO
public static final AlertSeverity ONE
public static final AlertSeverity TWO
public static final AlertSeverity THREE
public static final AlertSeverity FOUR
public static AlertSeverity fromString(String name)
name - a name to look for.public static Collection<AlertSeverity> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.