Class AlertsSortByFields
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AlertsSortByFields>
com.azure.resourcemanager.alertsmanagement.models.AlertsSortByFields
public final class AlertsSortByFields
extends com.azure.core.util.ExpandableStringEnum<AlertsSortByFields>
Defines values for AlertsSortByFields.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AlertsSortByFields
Static value alertState for AlertsSortByFields.static final AlertsSortByFields
Static value lastModifiedDateTime for AlertsSortByFields.static final AlertsSortByFields
Static value monitorCondition for AlertsSortByFields.static final AlertsSortByFields
Static value name for AlertsSortByFields.static final AlertsSortByFields
Static value severity for AlertsSortByFields.static final AlertsSortByFields
Static value startDateTime for AlertsSortByFields.static final AlertsSortByFields
Static value targetResource for AlertsSortByFields.static final AlertsSortByFields
Static value targetResourceGroup for AlertsSortByFields.static final AlertsSortByFields
Static value targetResourceName for AlertsSortByFields.static final AlertsSortByFields
Static value targetResourceType for AlertsSortByFields. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AlertsSortByFields
fromString
(String name) Creates or finds a AlertsSortByFields from its string representation.static Collection<AlertsSortByFields>
values()
Gets known AlertsSortByFields values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NAME
Static value name for AlertsSortByFields. -
SEVERITY
Static value severity for AlertsSortByFields. -
ALERT_STATE
Static value alertState for AlertsSortByFields. -
MONITOR_CONDITION
Static value monitorCondition for AlertsSortByFields. -
TARGET_RESOURCE
Static value targetResource for AlertsSortByFields. -
TARGET_RESOURCE_NAME
Static value targetResourceName for AlertsSortByFields. -
TARGET_RESOURCE_GROUP
Static value targetResourceGroup for AlertsSortByFields. -
TARGET_RESOURCE_TYPE
Static value targetResourceType for AlertsSortByFields. -
START_DATE_TIME
Static value startDateTime for AlertsSortByFields. -
LAST_MODIFIED_DATE_TIME
Static value lastModifiedDateTime for AlertsSortByFields.
-
-
Constructor Details
-
AlertsSortByFields
public AlertsSortByFields()
-
-
Method Details
-
fromString
Creates or finds a AlertsSortByFields from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding AlertsSortByFields.
-
values
Gets known AlertsSortByFields values.- Returns:
- known AlertsSortByFields values.
-