Class ControlType

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

public final class ControlType extends com.azure.core.util.ExpandableStringEnum<ControlType>
The type of security control (for example, BuiltIn).
  • Field Details

    • BUILT_IN

      public static final ControlType BUILT_IN
      Static value BuiltIn for ControlType.
    • CUSTOM

      public static final ControlType CUSTOM
      Static value Custom 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.