java.lang.Object
com.azure.core.util.ExpandableStringEnum<ControlType>
com.azure.resourcemanager.appcomplianceautomation.models.ControlType

public final class ControlType extends com.azure.core.util.ExpandableStringEnum<ControlType>
Indicates the control type.
  • Field Details

    • FULLY_AUTOMATED

      public static final ControlType FULLY_AUTOMATED
      Static value FullyAutomated for ControlType.
    • PARTIALLY_AUTOMATED

      public static final ControlType PARTIALLY_AUTOMATED
      Static value PartiallyAutomated for ControlType.
    • MANUAL

      public static final ControlType MANUAL
      Static value Manual for ControlType.
  • Constructor Details

    • ControlType

      public ControlType()
  • Method Details

    • fromString

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

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