ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface NetworkSecurityRule.DefinitionStages.WithPriority<ParentT>
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.DefinitionStages.WithAttach<ParentT> |
withPriority(int priority)
Specifies the priority to assign to this rule.
|
NetworkSecurityRule.DefinitionStages.WithAttach<ParentT> withPriority(int priority)
Security rules are applied in the order of their assigned priority.
priority - the priority number in the range 100 to 4096Copyright © 2020 Microsoft Corporation. All rights reserved.