AlertsSortByFields Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. alertsmanagement. models. AlertsSortByFields
- com.
- com.
public final class AlertsSortByFields
extends ExpandableStringEnum<AlertsSortByFields>
Defines values for AlertsSortByFields.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Alerts |
ALERT_STATE
Static value alert |
|
static final
Alerts |
LAST_MODIFIED_DATE_TIME
Static value last |
|
static final
Alerts |
MONITOR_CONDITION
Static value monitor |
|
static final
Alerts |
NAME
Static value name for Alerts |
|
static final
Alerts |
SEVERITY
Static value severity for Alerts |
|
static final
Alerts |
START_DATE_TIME
Static value start |
|
static final
Alerts |
TARGET_RESOURCE
Static value target |
|
static final
Alerts |
TARGET_RESOURCE_GROUP
Static value target |
|
static final
Alerts |
TARGET_RESOURCE_NAME
Static value target |
|
static final
Alerts |
TARGET_RESOURCE_TYPE
Static value target |
Constructor Summary
| Constructor | Description |
|---|---|
| AlertsSortByFields() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Alerts |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Alerts |
fromString(String name)
Creates or finds a Alerts |
|
static
Collection<Alerts |
values()
Gets known Alerts |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALERT_STATE
public static final AlertsSortByFields ALERT_STATE
Static value alertState for AlertsSortByFields.
LAST_MODIFIED_DATE_TIME
public static final AlertsSortByFields LAST_MODIFIED_DATE_TIME
Static value lastModifiedDateTime for AlertsSortByFields.
MONITOR_CONDITION
public static final AlertsSortByFields MONITOR_CONDITION
Static value monitorCondition for AlertsSortByFields.
NAME
public static final AlertsSortByFields NAME
Static value name for AlertsSortByFields.
SEVERITY
public static final AlertsSortByFields SEVERITY
Static value severity for AlertsSortByFields.
START_DATE_TIME
public static final AlertsSortByFields START_DATE_TIME
Static value startDateTime for AlertsSortByFields.
TARGET_RESOURCE
public static final AlertsSortByFields TARGET_RESOURCE
Static value targetResource for AlertsSortByFields.
TARGET_RESOURCE_GROUP
public static final AlertsSortByFields TARGET_RESOURCE_GROUP
Static value targetResourceGroup for AlertsSortByFields.
TARGET_RESOURCE_NAME
public static final AlertsSortByFields TARGET_RESOURCE_NAME
Static value targetResourceName for AlertsSortByFields.
TARGET_RESOURCE_TYPE
public static final AlertsSortByFields TARGET_RESOURCE_TYPE
Static value targetResourceType for AlertsSortByFields.
Constructor Details
AlertsSortByFields
@Deprecated
public AlertsSortByFields()
Deprecated
Creates a new instance of AlertsSortByFields value.
Method Details
fromString
public static AlertsSortByFields fromString(String name)
Creates or finds a AlertsSortByFields from its string representation.
Parameters:
Returns:
values
public static Collection<AlertsSortByFields> values()
Gets known AlertsSortByFields values.
Returns: