Class GovernanceRuleType

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

public final class GovernanceRuleType extends com.azure.core.util.ExpandableStringEnum<GovernanceRuleType>
The rule type of the governance rule, defines the source of the rule e.g. Integrated.
  • Field Details

    • INTEGRATED

      public static final GovernanceRuleType INTEGRATED
      Static value Integrated for GovernanceRuleType.
    • SERVICE_NOW

      public static final GovernanceRuleType SERVICE_NOW
      Static value ServiceNow for GovernanceRuleType.
  • Constructor Details

    • GovernanceRuleType

      public GovernanceRuleType()
  • Method Details

    • fromString

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

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