public static interface NetworkSecurityRule.Update extends NetworkSecurityRule.UpdateStages.WithDirectionAccess, NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup, NetworkSecurityRule.UpdateStages.WithSourcePort, NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup, NetworkSecurityRule.UpdateStages.WithDestinationPort, NetworkSecurityRule.UpdateStages.WithProtocol, Settable<NetworkSecurityGroup.Update>
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.Update |
withDescription(String description)
Specifies a description for this security rule.
|
NetworkSecurityRule.Update |
withPriority(int priority)
Specifies the priority to assign to this security rule.
|
allowInbound, allowOutbound, denyInbound, denyOutboundfromAddress, fromAddresses, fromAnyAddress, withSourceApplicationSecurityGroupfromAnyPort, fromPort, fromPortRange, fromPortRangestoAddress, toAddresses, toAnyAddress, withDestinationApplicationSecurityGrouptoAnyPort, toPort, toPortRange, toPortRangeswithAnyProtocol, withProtocolNetworkSecurityRule.Update withPriority(int priority)
Security rules are applied in the order of their assigned priority.
priority - the priority number in the range 100 to 4096NetworkSecurityRule.Update withDescription(String description)
description - a text description to associate with this security ruleCopyright © 2019. All rights reserved.