Share via


AccessControlListMatchCondition Class

Definition

Defines the match condition that is supported to filter the traffic.

public class AccessControlListMatchCondition : Azure.ResourceManager.ManagedNetworkFabric.Models.CommonMatchConditions
type AccessControlListMatchCondition = class
    inherit CommonMatchConditions
Public Class AccessControlListMatchCondition
Inherits CommonMatchConditions
Inheritance
AccessControlListMatchCondition

Constructors

AccessControlListMatchCondition()

Initializes a new instance of AccessControlListMatchCondition.

Properties

DscpMarkings

List of DSCP Markings that need to be matched.

EtherTypes

List of ether type values that need to be matched.

Fragments

List of IP fragment packets that need to be matched.

IPCondition

IP condition that needs to be matched.

(Inherited from CommonMatchConditions)
IPLengths

List of IP Lengths that need to be matched.

PortCondition

Defines the port condition that needs to be matched.

ProtocolTypes

List of the protocols that need to be matched.

(Inherited from CommonMatchConditions)
TtlValues

List of TTL [Time To Live] values that need to be matched.

VlanMatchCondition

Vlan match condition that needs to be matched.

(Inherited from CommonMatchConditions)

Applies to