java.lang.Object
com.azure.core.util.ExpandableStringEnum<Field>
com.azure.resourcemanager.alertsmanagement.models.Field

public final class Field extends com.azure.core.util.ExpandableStringEnum<Field>
Field for a given condition.
  • Field Details

    • SEVERITY

      public static final Field SEVERITY
      Static value Severity for Field.
    • MONITOR_SERVICE

      public static final Field MONITOR_SERVICE
      Static value MonitorService for Field.
    • MONITOR_CONDITION

      public static final Field MONITOR_CONDITION
      Static value MonitorCondition for Field.
    • SIGNAL_TYPE

      public static final Field SIGNAL_TYPE
      Static value SignalType for Field.
    • TARGET_RESOURCE_TYPE

      public static final Field TARGET_RESOURCE_TYPE
      Static value TargetResourceType for Field.
    • TARGET_RESOURCE

      public static final Field TARGET_RESOURCE
      Static value TargetResource for Field.
    • TARGET_RESOURCE_GROUP

      public static final Field TARGET_RESOURCE_GROUP
      Static value TargetResourceGroup for Field.
    • ALERT_RULE_ID

      public static final Field ALERT_RULE_ID
      Static value AlertRuleId for Field.
    • ALERT_RULE_NAME

      public static final Field ALERT_RULE_NAME
      Static value AlertRuleName for Field.
    • DESCRIPTION

      public static final Field DESCRIPTION
      Static value Description for Field.
    • ALERT_CONTEXT

      public static final Field ALERT_CONTEXT
      Static value AlertContext for Field.
  • Constructor Details

    • Field

      public Field()
  • Method Details

    • fromString

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

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