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

NetworkSecurityRulesEvaluationResult 类

定义

网络安全规则评估结果。

public class NetworkSecurityRulesEvaluationResult
type NetworkSecurityRulesEvaluationResult = class
Public Class NetworkSecurityRulesEvaluationResult
继承
NetworkSecurityRulesEvaluationResult

构造函数

NetworkSecurityRulesEvaluationResult()

初始化 NetworkSecurityRulesEvaluationResult 类的新实例。

NetworkSecurityRulesEvaluationResult(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

初始化 NetworkSecurityRulesEvaluationResult 类的新实例。

属性

DestinationMatched

获取或设置指示目标是否匹配的值。

DestinationPortMatched

获取或设置值,该值指示是否匹配目标端口。

Name

获取或设置网络安全规则的名称。

ProtocolMatched

获取或设置值,该值指示协议是否匹配。

SourceMatched

获取或设置值,该值指示是否匹配源。

SourcePortMatched

获取或设置指示是否匹配源端口的值。

适用于