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

NetworkSecurityRulesEvaluationResult Class

Network security rules evaluation result.

Constructor

NetworkSecurityRulesEvaluationResult(*, name: str | None = None, protocol_matched: bool | None = None, source_matched: bool | None = None, source_port_matched: bool | None = None, destination_matched: bool | None = None, destination_port_matched: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the network security rule.

Default value: None
protocol_matched

Value indicating whether protocol is matched.

Default value: None
source_matched

Value indicating whether source is matched.

Default value: None
source_port_matched

Value indicating whether source port is matched.

Default value: None
destination_matched

Value indicating whether destination is matched.

Default value: None
destination_port_matched

Value indicating whether destination port is matched.

Default value: None

Variables

Name Description
name
str

Name of the network security rule.

protocol_matched

Value indicating whether protocol is matched.

source_matched

Value indicating whether source is matched.

source_port_matched

Value indicating whether source port is matched.

destination_matched

Value indicating whether destination is matched.

destination_port_matched

Value indicating whether destination port is matched.