Uses of Class
com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup
-
Packages that use EffectiveNetworkSecurityGroup Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of EffectiveNetworkSecurityGroup in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return EffectiveNetworkSecurityGroup Modifier and Type Method Description EffectiveNetworkSecurityGroupEffectiveNetworkSecurityGroup. withAssociation(EffectiveNetworkSecurityGroupAssociation association)Set the association value.EffectiveNetworkSecurityGroupEffectiveNetworkSecurityGroup. withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)Set the effectiveSecurityRules value.EffectiveNetworkSecurityGroupEffectiveNetworkSecurityGroup. withNetworkSecurityGroup(com.microsoft.azure.SubResource networkSecurityGroup)Set the networkSecurityGroup value.EffectiveNetworkSecurityGroupEffectiveNetworkSecurityGroup. withTagMap(Map<String,List<String>> tagMap)Set the tagMap value.
-