次の方法で共有


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

ソース ポートが一致するかどうかを示す値を取得または設定します。

適用対象