Uses of Class
com.azure.resourcemanager.network.models.EffectiveNetworkSecurityRule
Packages that use EffectiveNetworkSecurityRule
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of EffectiveNetworkSecurityRule in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type EffectiveNetworkSecurityRuleModifier and TypeClassDescriptionfinal classEffective network security rules.Methods in com.azure.resourcemanager.network.models that return EffectiveNetworkSecurityRuleModifier and TypeMethodDescriptionstatic EffectiveNetworkSecurityRuleEffectiveNetworkSecurityRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EffectiveNetworkSecurityRule from the JsonReader.EffectiveNetworkSecurityRule.withAccess(SecurityRuleAccess access) Set the access property: Whether network traffic is allowed or denied.EffectiveNetworkSecurityRule.withDestinationAddressPrefix(String destinationAddressPrefix) Set the destinationAddressPrefix property: The destination address prefix.EffectiveNetworkSecurityRule.withDestinationAddressPrefixes(List<String> destinationAddressPrefixes) Set the destinationAddressPrefixes property: The destination address prefixes.EffectiveNetworkSecurityRule.withDestinationPortRange(String destinationPortRange) Set the destinationPortRange property: The destination port or range.EffectiveNetworkSecurityRule.withDestinationPortRanges(List<String> destinationPortRanges) Set the destinationPortRanges property: The destination port ranges.EffectiveNetworkSecurityRule.withDirection(SecurityRuleDirection direction) Set the direction property: The direction of the rule.EffectiveNetworkSecurityRule.withExpandedDestinationAddressPrefix(List<String> expandedDestinationAddressPrefix) Set the expandedDestinationAddressPrefix property: Expanded destination address prefix.EffectiveNetworkSecurityRule.withExpandedSourceAddressPrefix(List<String> expandedSourceAddressPrefix) Set the expandedSourceAddressPrefix property: The expanded source address prefix.Set the name property: The name of the security rule specified by the user (if created by the user).EffectiveNetworkSecurityRule.withPriority(Integer priority) Set the priority property: The priority of the rule.EffectiveNetworkSecurityRule.withProtocol(EffectiveSecurityRuleProtocol protocol) Set the protocol property: The network protocol this rule applies to.EffectiveNetworkSecurityRule.withSourceAddressPrefix(String sourceAddressPrefix) Set the sourceAddressPrefix property: The source address prefix.EffectiveNetworkSecurityRule.withSourceAddressPrefixes(List<String> sourceAddressPrefixes) Set the sourceAddressPrefixes property: The source address prefixes.EffectiveNetworkSecurityRule.withSourcePortRange(String sourcePortRange) Set the sourcePortRange property: The source port or range.EffectiveNetworkSecurityRule.withSourcePortRanges(List<String> sourcePortRanges) Set the sourcePortRanges property: The source port ranges.Methods in com.azure.resourcemanager.network.models that return types with arguments of type EffectiveNetworkSecurityRuleModifier and TypeMethodDescriptionEffectiveNetworkSecurityGroup.effectiveSecurityRules()Get the effectiveSecurityRules property: A collection of effective security rules.SecurityRuleAssociations.effectiveSecurityRules()Get the effectiveSecurityRules property: Collection of effective security rules.Method parameters in com.azure.resourcemanager.network.models with type arguments of type EffectiveNetworkSecurityRuleModifier and TypeMethodDescriptionEffectiveNetworkSecurityGroup.withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules) Set the effectiveSecurityRules property: A collection of effective security rules.SecurityRuleAssociations.withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules) Set the effectiveSecurityRules property: Collection of effective security rules.