EffectiveNetworkSecurityGroup Class

Effective network security group.

Inheritance
EffectiveNetworkSecurityGroup

Constructor

EffectiveNetworkSecurityGroup(*, network_security_group: typing.Union[_ForwardRef('SubResource'), NoneType] = None, association: typing.Union[_ForwardRef('EffectiveNetworkSecurityGroupAssociation'), NoneType] = None, effective_security_rules: typing.Union[typing.List[_ForwardRef('EffectiveNetworkSecurityRule')], NoneType] = None, tag_map: typing.Union[str, NoneType] = None, **kwargs)

Parameters

network_security_group
SubResource

The ID of network security group that is applied.

association
EffectiveNetworkSecurityGroupAssociation

Associated resources.

effective_security_rules
list[EffectiveNetworkSecurityRule]

A collection of effective security rules.

tag_map
str

Mapping of tags to list of IP Addresses included within the tag.