NetworkTapRuleMatchCondition クラス

定義

トラフィックをフィルター処理するためにサポートされる一致条件を定義します。

public class NetworkTapRuleMatchCondition : Azure.ResourceManager.ManagedNetworkFabric.Models.CommonMatchConditions
type NetworkTapRuleMatchCondition = class
    inherit CommonMatchConditions
Public Class NetworkTapRuleMatchCondition
Inherits CommonMatchConditions
継承
NetworkTapRuleMatchCondition

コンストラクター

NetworkTapRuleMatchCondition()

NetworkTapRuleMatchCondition の新しいインスタンスを初期化します。

プロパティ

EncapsulationType

照合する必要があるカプセル化の種類。

IPCondition

一致する必要がある IP 条件。

(継承元 CommonMatchConditions)
PortCondition

一致する必要があるポート条件を定義します。

ProtocolTypes

照合する必要があるプロトコルの一覧。

(継承元 CommonMatchConditions)
VlanMatchCondition

一致する必要がある VLAN 一致条件。

(継承元 CommonMatchConditions)

適用対象