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 Details

    • NAME

      public static final AlertsSortByFields NAME
      Static value name for AlertsSortByFields.
    • SEVERITY

      public static final AlertsSortByFields SEVERITY
      Static value severity for AlertsSortByFields.
    • ALERT_STATE

      public static final AlertsSortByFields ALERT_STATE
      Static value alertState for AlertsSortByFields.
    • MONITOR_CONDITION

      public static final AlertsSortByFields MONITOR_CONDITION
      Static value monitorCondition for AlertsSortByFields.
    • TARGET_RESOURCE

      public static final AlertsSortByFields TARGET_RESOURCE
      Static value targetResource for AlertsSortByFields.
    • TARGET_RESOURCE_NAME

      public static final AlertsSortByFields TARGET_RESOURCE_NAME
      Static value targetResourceName for AlertsSortByFields.
    • TARGET_RESOURCE_GROUP

      public static final AlertsSortByFields TARGET_RESOURCE_GROUP
      Static value targetResourceGroup for AlertsSortByFields.
    • TARGET_RESOURCE_TYPE

      public static final AlertsSortByFields TARGET_RESOURCE_TYPE
      Static value targetResourceType for AlertsSortByFields.
    • START_DATE_TIME

      public static final AlertsSortByFields START_DATE_TIME
      Static value startDateTime for AlertsSortByFields.
    • LAST_MODIFIED_DATE_TIME

      public static final AlertsSortByFields LAST_MODIFIED_DATE_TIME
      Static value lastModifiedDateTime for AlertsSortByFields.
  • Constructor Details

    • AlertsSortByFields

      public AlertsSortByFields()
  • Method Details

    • fromString

      public static AlertsSortByFields fromString(String name)
      Creates or finds a AlertsSortByFields from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding AlertsSortByFields.
    • values

      public static Collection<AlertsSortByFields> values()
      Gets known AlertsSortByFields values.
      Returns:
      known AlertsSortByFields values.