NetworkSecurityGroupResult Class
Network configuration diagnostic result corresponded provided traffic query.
Constructor
NetworkSecurityGroupResult(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
security_rule_access_result
|
The network traffic is allowed or denied. Known values are: "Allow" and "Deny". |
|
evaluated_network_security_groups
|
List of results network security groups diagnostic. |
Attributes
evaluated_network_security_groups
List of results network security groups diagnostic.
evaluated_network_security_groups: list['_models.EvaluatedNetworkSecurityGroup'] | None
security_rule_access_result
"Allow" and "Deny".
security_rule_access_result: str | _models.SecurityRuleAccess | None