Class MetricTriggerType


  • public final class MetricTriggerType
    extends com.azure.core.util.ExpandableStringEnum<MetricTriggerType>
    Defines values for MetricTriggerType.
    • Field Detail

      • CONSECUTIVE

        public static final MetricTriggerType CONSECUTIVE
        Static value Consecutive for MetricTriggerType.
      • TOTAL

        public static final MetricTriggerType TOTAL
        Static value Total for MetricTriggerType.
    • Constructor Detail

      • MetricTriggerType

        public MetricTriggerType()
    • Method Detail

      • fromString

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