IAccessControlListMatchCondition Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListMatchConditionTypeConverter))]
public interface IAccessControlListMatchCondition : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ICommonMatchConditions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.AccessControlListMatchConditionTypeConverter))>]
type IAccessControlListMatchCondition = interface
interface IJsonSerializable
interface ICommonMatchConditions
Public Interface IAccessControlListMatchCondition
Implements ICommonMatchConditions
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DscpMarking |
List of DSCP Markings that need to be matched. |
| EtherType |
List of ether type values that need to be matched. |
| Fragment |
List of IP fragment packets that need to be matched. |
| IPConditionIpgroupName |
The List of IP Group Names that need to be matched. (Inherited from ICommonMatchConditions) |
| IPConditionIpprefixValue |
The list of IP Prefixes that need to be matched. (Inherited from ICommonMatchConditions) |
| IPConditionPrefixType |
IP Prefix Type that needs to be matched. (Inherited from ICommonMatchConditions) |
| IPConditionType |
IP Address type that needs to be matched. (Inherited from ICommonMatchConditions) |
| IPLength |
List of IP Lengths that need to be matched. |
| PortConditionFlag |
List of protocol flags that need to be matched. |
| PortConditionLayer4Protocol |
Layer4 protocol type that needs to be matched. |
| PortConditionPort |
List of the Ports that need to be matched. |
| PortConditionPortGroupName |
List of the port Group Names that need to be matched. |
| PortConditionPortType |
Port type that needs to be matched. |
| ProtocolType |
List of the protocols that need to be matched. (Inherited from ICommonMatchConditions) |
| TtlValue |
List of TTL [Time To Live] values that need to be matched. |
| VlanMatchConditionInnerVlan |
List of inner vlans that need to be matched. (Inherited from ICommonMatchConditions) |
| VlanMatchConditionVlan |
List of vlans that need to be matched. (Inherited from ICommonMatchConditions) |
| VlanMatchConditionVlanGroupName |
List of vlan group names that need to be matched. (Inherited from ICommonMatchConditions) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |