ParentT - the return type of Attachable.InDefinition.attach()public static interface NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT> extends Attachable.InUpdate<ParentT>
At this stage, any remaining optional settings can be specified, or the security rule definition can be
attached to the parent network security group definition using Attachable.InDefinition.attach().
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT> |
withDescription(String descrtiption)
Specifies a description for this security rule.
|
NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT> |
withPriority(int priority)
Specifies the priority to assign to this rule.
|
attachNetworkSecurityRule.UpdateDefinitionStages.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 4096NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT> withDescription(String descrtiption)
descrtiption - a text description to associate with the security ruleCopyright © 2020 Microsoft Corporation. All rights reserved.