Share via


NetworkSecurityGroupResultOutput interface

Network configuration diagnostic result corresponded provided traffic query.

Properties

evaluatedNetworkSecurityGroups

List of results network security groups diagnostic.

securityRuleAccessResult

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"