ICommonMatchConditions Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.CommonMatchConditionsTypeConverter))]
public interface ICommonMatchConditions : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.CommonMatchConditionsTypeConverter))>]
type ICommonMatchConditions = interface
    interface IJsonSerializable
Public Interface ICommonMatchConditions
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
IPConditionIpgroupName

The List of IP Group Names that need to be matched.

IPConditionIpprefixValue

The list of IP Prefixes that need to be matched.

IPConditionPrefixType

IP Prefix Type that needs to be matched.

IPConditionType

IP Address type that needs to be matched.

ProtocolType

List of the protocols that need to be matched.

VlanMatchConditionInnerVlan

List of inner vlans that need to be matched.

VlanMatchConditionVlan

List of vlans that need to be matched.

VlanMatchConditionVlanGroupName

List of vlan group names that need to be matched.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to