Uses of Class
com.azure.resourcemanager.network.models.EffectiveNetworkSecurityGroup
-
Packages that use EffectiveNetworkSecurityGroup Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of EffectiveNetworkSecurityGroup in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type EffectiveNetworkSecurityGroup Modifier and Type Method Description List<EffectiveNetworkSecurityGroup>EffectiveNetworkSecurityGroupListResultInner. value()Get the value property: A list of effective network security groups.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type EffectiveNetworkSecurityGroup Modifier and Type Method Description EffectiveNetworkSecurityGroupListResultInnerEffectiveNetworkSecurityGroupListResultInner. withValue(List<EffectiveNetworkSecurityGroup> value)Set the value property: A list of effective network security groups. -
Uses of EffectiveNetworkSecurityGroup in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return EffectiveNetworkSecurityGroup Modifier and Type Method Description EffectiveNetworkSecurityGroupEffectiveNetworkSecurityGroup. withAssociation(EffectiveNetworkSecurityGroupAssociation association)Set the association property: Associated resources.EffectiveNetworkSecurityGroupEffectiveNetworkSecurityGroup. withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)Set the effectiveSecurityRules property: A collection of effective security rules.EffectiveNetworkSecurityGroupEffectiveNetworkSecurityGroup. withNetworkSecurityGroup(com.azure.core.management.SubResource networkSecurityGroup)Set the networkSecurityGroup property: The ID of network security group that is applied.EffectiveNetworkSecurityGroupEffectiveNetworkSecurityGroup. withTagMap(String tagMap)Set the tagMap property: Mapping of tags to list of IP Addresses included within the tag.
-