NetworkSecurityGroupResultOutput interface
Network configuration diagnostic result corresponded provided traffic query.
Properties
| evaluated |
List of results network security groups diagnostic. |
| security |
The network traffic is allowed or denied. |
Property Details
evaluatedNetworkSecurityGroups
List of results network security groups diagnostic.
evaluatedNetworkSecurityGroups?: EvaluatedNetworkSecurityGroupOutput[]
Property Value
securityRuleAccessResult
The network traffic is allowed or denied.
securityRuleAccessResult?: "Allow" | "Deny"
Property Value
"Allow" | "Deny"