AccessControlListMatchCondition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET