Interface NetworkSecurityRule.DefinitionStages.WithPriority<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
NetworkSecurityRule.Definition<ParentT>, NetworkSecurityRule.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
NetworkSecurityRule.DefinitionStages
public static interface NetworkSecurityRule.DefinitionStages.WithPriority<ParentT>
The stage of the network rule definition allowing the priority to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithPriority(int priority) Specifies the priority to assign to this rule.
-
Method Details
-
withPriority
Specifies the priority to assign to this rule.Security rules are applied in the order of their assigned priority.
- Parameters:
priority- the priority number in the range 100 to 4096- Returns:
- the next stage
-