Interface GovernanceRule.UpdateStages.WithRulePriority

All Known Subinterfaces:
GovernanceRule.Update
Enclosing interface:
GovernanceRule.UpdateStages

public static interface GovernanceRule.UpdateStages.WithRulePriority
The stage of the GovernanceRule update allowing to specify rulePriority.
  • Method Summary

    Modifier and Type
    Method
    Description
    withRulePriority(int rulePriority)
    Specifies the rulePriority property: The governance rule priority, priority to the lower number.
  • Method Details

    • withRulePriority

      GovernanceRule.Update 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.