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

NetworkSecurityRulesEvaluationResult 构造函数

定义

重载

NetworkSecurityRulesEvaluationResult()

初始化 NetworkSecurityRulesEvaluationResult 类的新实例。

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

初始化 NetworkSecurityRulesEvaluationResult 类的新实例。

NetworkSecurityRulesEvaluationResult()

初始化 NetworkSecurityRulesEvaluationResult 类的新实例。

public NetworkSecurityRulesEvaluationResult ();
Public Sub New ()

适用于

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

初始化 NetworkSecurityRulesEvaluationResult 类的新实例。

public NetworkSecurityRulesEvaluationResult (string name = default, bool? protocolMatched = default, bool? sourceMatched = default, bool? sourcePortMatched = default, bool? destinationMatched = default, bool? destinationPortMatched = default);
new Microsoft.Azure.Management.Network.Fluent.Models.NetworkSecurityRulesEvaluationResult : string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Network.Fluent.Models.NetworkSecurityRulesEvaluationResult
Public Sub New (Optional name As String = Nothing, Optional protocolMatched As Nullable(Of Boolean) = Nothing, Optional sourceMatched As Nullable(Of Boolean) = Nothing, Optional sourcePortMatched As Nullable(Of Boolean) = Nothing, Optional destinationMatched As Nullable(Of Boolean) = Nothing, Optional destinationPortMatched As Nullable(Of Boolean) = Nothing)

参数

name
String

网络安全规则的名称。

protocolMatched
Nullable<Boolean>

指示是否匹配协议的值。

sourceMatched
Nullable<Boolean>

指示是否匹配源的值。

sourcePortMatched
Nullable<Boolean>

指示是否匹配源端口的值。

destinationMatched
Nullable<Boolean>

指示目标是否匹配的值。

destinationPortMatched
Nullable<Boolean>

指示是否匹配目标端口的值。

适用于