EvaluatedNetworkSecurityGroup interface
Results of network security group evaluation.
Properties
applied |
Resource ID of nic or subnet to which network security group is applied. |
matched |
Matched network security rule. |
network |
Network security group ID. |
rules |
List of network security rules evaluation results. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
appliedTo
Resource ID of nic or subnet to which network security group is applied.
appliedTo?: string
Property Value
string
matchedRule
networkSecurityGroupId
Network security group ID.
networkSecurityGroupId?: string
Property Value
string
rulesEvaluationResult
List of network security rules evaluation results. NOTE: This property will not be serialized. It can only be populated by the server.
rulesEvaluationResult?: NetworkSecurityRulesEvaluationResult[]