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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkSecurityRule.DefinitionStages.WithAttach<ParentT>withPriority(int priority)Specifies the priority to assign to this rule.
-
-
-
Method Detail
-
withPriority
NetworkSecurityRule.DefinitionStages.WithAttach<ParentT> withPriority(int priority)
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
-
-