你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VerificationIPFlowResult Class

Results of IP flow verification on the target resource.

Constructor

VerificationIPFlowResult(*, access: str | _models.Access | None = None, rule_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
access
str or Access

Indicates whether the traffic is allowed or denied. Known values are: "Allow" and "Deny".

Default value: None
rule_name
str

Name of the rule. If input is not matched against any security rule, it is not displayed.

Default value: None

Variables

Name Description
access
str or Access

Indicates whether the traffic is allowed or denied. Known values are: "Allow" and "Deny".

rule_name
str

Name of the rule. If input is not matched against any security rule, it is not displayed.