MatchedRule Class
Matched rule.
- Inheritance
-
azure.mgmt.network._serialization.ModelMatchedRule
Constructor
MatchedRule(*, rule_name: str | None = None, action: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
rule_name
|
Name of the matched network security rule. |
action
|
The network traffic is allowed or denied. Possible values are 'Allow' and 'Deny'. |
Variables
Name | Description |
---|---|
rule_name
|
Name of the matched network security rule. |
action
|
The network traffic is allowed or denied. Possible values are 'Allow' and 'Deny'. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python