Class ScaleRuleMetricDimensionOperationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScaleRuleMetricDimensionOperationType>
com.azure.resourcemanager.monitor.models.ScaleRuleMetricDimensionOperationType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ScaleRuleMetricDimensionOperationType extends com.azure.core.util.ExpandableStringEnum<ScaleRuleMetricDimensionOperationType>
the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values.
  • Field Details

  • Constructor Details

    • ScaleRuleMetricDimensionOperationType

      @Deprecated public ScaleRuleMetricDimensionOperationType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ScaleRuleMetricDimensionOperationType value.
  • Method Details

    • fromString

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

      Gets known ScaleRuleMetricDimensionOperationType values.
      Returns:
      known ScaleRuleMetricDimensionOperationType values.