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, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.AccessControlListMatchCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.AccessControlListMatchCondition>
type AccessControlListMatchCondition = class
inherit CommonMatchConditions
interface IJsonModel<AccessControlListMatchCondition>
interface IPersistableModel<AccessControlListMatchCondition>
Public Class AccessControlListMatchCondition
Inherits CommonMatchConditions
Implements IJsonModel(Of AccessControlListMatchCondition), IPersistableModel(Of AccessControlListMatchCondition)
- Inheritance
- Implements
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) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |