EvaluatedNetworkSecurityGroup Class

Results of network security group evaluation.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
EvaluatedNetworkSecurityGroup

Constructor

EvaluatedNetworkSecurityGroup(*, network_security_group_id: typing.Union[str, NoneType] = None, applied_to: typing.Union[str, NoneType] = None, matched_rule: typing.Union[_ForwardRef('MatchedRule'), NoneType] = None, **kwargs)

Parameters

network_security_group_id
str

Network security group ID.

applied_to
str

Resource ID of nic or subnet to which network security group is applied.

matched_rule
MatchedRule

Matched rule.

Variables

rules_evaluation_result
list[NetworkSecurityRulesEvaluationResult]

List of network security rules evaluation results.