NetworkSecurityGroupRule.Priority Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the priority for this rule.
public int Priority { get; }
member this.Priority : int
Public ReadOnly Property Priority As Integer
Property Value
Remarks
Priorities within a pool must be unique and are evaluated in order of priority. The lower the number the higher the priority. For example, rules could be specified with order numbers of 150, 250, and 350. The rule with the order number of 150 takes precedence over the rule that has an order of 250. Allowed priorities are 150 to 4096.
Applies to
Azure SDK for .NET