Uses of Class
com.microsoft.azure.management.network.EffectiveNetworkSecurityRule
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of EffectiveNetworkSecurityRule in com.microsoft.azure.management.network
Modifier and TypeMethodDescriptionEffectiveNetworkSecurityRule.withAccess
(SecurityRuleAccess access) Set whether network traffic is allowed or denied.EffectiveNetworkSecurityRule.withDestinationAddressPrefix
(String destinationAddressPrefix) Set the destination address prefix.EffectiveNetworkSecurityRule.withDestinationAddressPrefixes
(List<String> destinationAddressPrefixes) Set the destination address prefixes.EffectiveNetworkSecurityRule.withDestinationPortRange
(String destinationPortRange) Set the destination port or range.EffectiveNetworkSecurityRule.withDestinationPortRanges
(List<String> destinationPortRanges) Set the destination port ranges.EffectiveNetworkSecurityRule.withDirection
(SecurityRuleDirection direction) Set the direction of the rule.EffectiveNetworkSecurityRule.withExpandedDestinationAddressPrefix
(List<String> expandedDestinationAddressPrefix) Set expanded destination address prefix.EffectiveNetworkSecurityRule.withExpandedSourceAddressPrefix
(List<String> expandedSourceAddressPrefix) Set the expanded source address prefix.Set the name of the security rule specified by the user (if created by the user).EffectiveNetworkSecurityRule.withPriority
(Integer priority) Set the priority of the rule.EffectiveNetworkSecurityRule.withProtocol
(EffectiveSecurityRuleProtocol protocol) Set the network protocol this rule applies to.EffectiveNetworkSecurityRule.withSourceAddressPrefix
(String sourceAddressPrefix) Set the source address prefix.EffectiveNetworkSecurityRule.withSourceAddressPrefixes
(List<String> sourceAddressPrefixes) Set the source address prefixes.EffectiveNetworkSecurityRule.withSourcePortRange
(String sourcePortRange) Set the source port or range.EffectiveNetworkSecurityRule.withSourcePortRanges
(List<String> sourcePortRanges) Set the source port ranges.Modifier and TypeMethodDescriptionEffectiveNetworkSecurityGroup.effectiveSecurityRules()
Get a collection of effective security rules.SecurityRuleAssociations.effectiveSecurityRules()
Get collection of effective security rules.Modifier and TypeMethodDescriptionEffectiveNetworkSecurityGroup.withEffectiveSecurityRules
(List<EffectiveNetworkSecurityRule> effectiveSecurityRules) Set a collection of effective security rules.SecurityRuleAssociations.withEffectiveSecurityRules
(List<EffectiveNetworkSecurityRule> effectiveSecurityRules) Set collection of effective security rules.