VerificationIPFlowResult Class
Results of IP flow verification on the target resource.
- Inheritance
-
azure.mgmt.network._serialization.ModelVerificationIPFlowResult
Constructor
VerificationIPFlowResult(*, access: str | _models.Access | None = None, rule_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
access
|
Indicates whether the traffic is allowed or denied. Known values are: "Allow" and "Deny". |
rule_name
|
Name of the rule. If input is not matched against any security rule, it is not displayed. |
Variables
Name | Description |
---|---|
access
|
Indicates whether the traffic is allowed or denied. Known values are: "Allow" and "Deny". |
rule_name
|
Name of the rule. If input is not matched against any security rule, it is not displayed. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python