NetworkSecurityRule.DefinitionStages.WithPriority<ParentT>.withPriority(int priority) 方法
定义
Specifies the priority to assign to this rule.
Security rules are applied in the order of their assigned priority.
public WithAttach<ParentT> withPriority(int priority)
参数
- priority
- int
the priority number in the range 100 to 4096
返回
the next stage