Interface NetworkSecurityRule.Update
- All Superinterfaces:
NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup,NetworkSecurityRule.UpdateStages.WithDestinationPort,NetworkSecurityRule.UpdateStages.WithDirectionAccess,NetworkSecurityRule.UpdateStages.WithProtocol,NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup,NetworkSecurityRule.UpdateStages.WithSourcePort,Settable<NetworkSecurityGroup.Update>
- Enclosing interface:
- NetworkSecurityRule
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>
The entirety of a security rule update as part of a network security group update.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies a description for this security rule.withPriority(int priority) Specifies the priority to assign to this security rule.Methods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup
toAddress, toAddresses, toAnyAddress, withDestinationApplicationSecurityGroupMethods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDestinationPort
toAnyPort, toPort, toPortRange, toPortRangesMethods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithDirectionAccess
allowInbound, allowOutbound, denyInbound, denyOutboundMethods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithProtocol
withAnyProtocol, withProtocolMethods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup
fromAddress, fromAddresses, fromAnyAddress, withSourceApplicationSecurityGroupMethods inherited from interface com.microsoft.azure.management.network.NetworkSecurityRule.UpdateStages.WithSourcePort
fromAnyPort, fromPort, fromPortRange, fromPortRanges
-
Method Details
-
withPriority
Specifies the priority to assign to this security 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 of the update
-
withDescription
Specifies a description for this security rule.- Parameters:
description- a text description to associate with this security rule- Returns:
- the next stage
-