java.lang.Object
com.azure.core.util.ExpandableStringEnum<CountType>
com.azure.resourcemanager.automation.models.CountType

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

    Fields
    Modifier and Type
    Field
    Description
    static final CountType
    Static value nodeconfiguration for CountType.
    static final CountType
    Static value status for CountType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static CountType
    Creates or finds a CountType from its string representation.
    Gets known CountType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • STATUS

      public static final CountType STATUS
      Static value status for CountType.
    • NODECONFIGURATION

      public static final CountType NODECONFIGURATION
      Static value nodeconfiguration for CountType.
  • Constructor Details

    • CountType

      public CountType()
  • Method Details

    • fromString

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

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