Class EffectiveNetworkSecurityGroup
- java.lang.Object
-
- com.microsoft.azure.management.network.EffectiveNetworkSecurityGroup
-
public class EffectiveNetworkSecurityGroup extends Object
Effective network security group.
-
-
Constructor Summary
Constructors Constructor Description EffectiveNetworkSecurityGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EffectiveNetworkSecurityGroupAssociationassociation()Get the association value.List<EffectiveNetworkSecurityRule>effectiveSecurityRules()Get the effectiveSecurityRules value.com.microsoft.azure.SubResourcenetworkSecurityGroup()Get the networkSecurityGroup value.Map<String,List<String>>tagMap()Get the tagMap value.EffectiveNetworkSecurityGroupwithAssociation(EffectiveNetworkSecurityGroupAssociation association)Set the association value.EffectiveNetworkSecurityGroupwithEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)Set the effectiveSecurityRules value.EffectiveNetworkSecurityGroupwithNetworkSecurityGroup(com.microsoft.azure.SubResource networkSecurityGroup)Set the networkSecurityGroup value.EffectiveNetworkSecurityGroupwithTagMap(Map<String,List<String>> tagMap)Set the tagMap value.
-
-
-
Method Detail
-
networkSecurityGroup
public com.microsoft.azure.SubResource networkSecurityGroup()
Get the networkSecurityGroup value.- Returns:
- the networkSecurityGroup value
-
withNetworkSecurityGroup
public EffectiveNetworkSecurityGroup withNetworkSecurityGroup(com.microsoft.azure.SubResource networkSecurityGroup)
Set the networkSecurityGroup value.- Parameters:
networkSecurityGroup- the networkSecurityGroup value to set- Returns:
- the EffectiveNetworkSecurityGroup object itself.
-
association
public EffectiveNetworkSecurityGroupAssociation association()
Get the association value.- Returns:
- the association value
-
withAssociation
public EffectiveNetworkSecurityGroup withAssociation(EffectiveNetworkSecurityGroupAssociation association)
Set the association value.- Parameters:
association- the association value to set- Returns:
- the EffectiveNetworkSecurityGroup object itself.
-
effectiveSecurityRules
public List<EffectiveNetworkSecurityRule> effectiveSecurityRules()
Get the effectiveSecurityRules value.- Returns:
- the effectiveSecurityRules value
-
withEffectiveSecurityRules
public EffectiveNetworkSecurityGroup withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)
Set the effectiveSecurityRules value.- Parameters:
effectiveSecurityRules- the effectiveSecurityRules value to set- Returns:
- the EffectiveNetworkSecurityGroup object itself.
-
withTagMap
public EffectiveNetworkSecurityGroup withTagMap(Map<String,List<String>> tagMap)
Set the tagMap value.- Parameters:
tagMap- the tagMap value to set- Returns:
- the EffectiveNetworkSecurityGroup object itself.
-
-