Uses of Class
com.azure.resourcemanager.network.models.EffectiveNetworkSecurityGroup
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of EffectiveNetworkSecurityGroup in com.azure.resourcemanager.network.fluent.models
Modifier and TypeMethodDescriptionEffectiveNetworkSecurityGroupListResultInner.value()
Get the value property: A list of effective network security groups.Modifier and TypeMethodDescriptionEffectiveNetworkSecurityGroupListResultInner.withValue
(List<EffectiveNetworkSecurityGroup> value) Set the value property: A list of effective network security groups. -
Uses of EffectiveNetworkSecurityGroup in com.azure.resourcemanager.network.models
Modifier and TypeMethodDescriptionEffectiveNetworkSecurityGroup.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EffectiveNetworkSecurityGroup from the JsonReader.EffectiveNetworkSecurityGroup.withAssociation
(EffectiveNetworkSecurityGroupAssociation association) Set the association property: Associated resources.EffectiveNetworkSecurityGroup.withEffectiveSecurityRules
(List<EffectiveNetworkSecurityRule> effectiveSecurityRules) Set the effectiveSecurityRules property: A collection of effective security rules.EffectiveNetworkSecurityGroup.withNetworkSecurityGroup
(com.azure.core.management.SubResource networkSecurityGroup) Set the networkSecurityGroup property: The ID of network security group that is applied.EffectiveNetworkSecurityGroup.withTagMap
(String tagMap) Set the tagMap property: Mapping of tags to list of IP Addresses included within the tag.