次の方法で共有


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>

宛先ポートが一致するかどうかを示す値。

適用対象