Compartilhar via


MatchedRule Class

Matched rule.

Inheritance
azure.mgmt.network._serialization.Model
MatchedRule

Constructor

MatchedRule(*, rule_name: str | None = None, action: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
rule_name
str

Name of the matched network security rule.

action
str

The network traffic is allowed or denied. Possible values are 'Allow' and 'Deny'.

Variables

Name Description
rule_name
str

Name of the matched network security rule.

action
str

The network traffic is allowed or denied. Possible values are 'Allow' and 'Deny'.