public final class EffectiveNetworkSecurityGroup extends Object
| Constructor and Description |
|---|
EffectiveNetworkSecurityGroup() |
| Modifier and Type | Method and Description |
|---|---|
EffectiveNetworkSecurityGroupAssociation |
association()
Get the association property: Associated resources.
|
List<EffectiveNetworkSecurityRule> |
effectiveSecurityRules()
Get the effectiveSecurityRules property: A collection of effective security rules.
|
com.azure.core.management.SubResource |
networkSecurityGroup()
Get the networkSecurityGroup property: The ID of network security group that is applied.
|
String |
tagMap()
Get the tagMap property: Mapping of tags to list of IP Addresses included within the tag.
|
void |
validate()
Validates the instance.
|
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.
|
public com.azure.core.management.SubResource networkSecurityGroup()
public EffectiveNetworkSecurityGroup withNetworkSecurityGroup(com.azure.core.management.SubResource networkSecurityGroup)
networkSecurityGroup - the networkSecurityGroup value to set.public EffectiveNetworkSecurityGroupAssociation association()
public EffectiveNetworkSecurityGroup withAssociation(EffectiveNetworkSecurityGroupAssociation association)
association - the association value to set.public List<EffectiveNetworkSecurityRule> effectiveSecurityRules()
public EffectiveNetworkSecurityGroup withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)
effectiveSecurityRules - the effectiveSecurityRules value to set.public String tagMap()
public EffectiveNetworkSecurityGroup withTagMap(String tagMap)
tagMap - the tagMap value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.