Interface GovernanceRule.DefinitionStages.WithRulePriority

All Known Subinterfaces:
GovernanceRule.Definition, GovernanceRule.DefinitionStages.Blank, GovernanceRule.DefinitionStages.WithCreate
Enclosing interface:
GovernanceRule.DefinitionStages

public static interface GovernanceRule.DefinitionStages.WithRulePriority
The stage of the GovernanceRule definition allowing to specify rulePriority.
  • Method Details

    • withRulePriority

      GovernanceRule.DefinitionStages.WithCreate withRulePriority(int rulePriority)
      Specifies the rulePriority property: The governance rule priority, priority to the lower number. Rules with the same priority on the same subscription will not be allowed.
      Parameters:
      rulePriority - The governance rule priority, priority to the lower number. Rules with the same priority on the same subscription will not be allowed.
      Returns:
      the next definition stage.