CommonMatchConditions Class

Definition

Defines the common match conditions of the ACL and Network Tap Rule.

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

Constructors

Name Description
CommonMatchConditions()

Creates an new CommonMatchConditions instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CommonMatchConditions.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CommonMatchConditions.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ICommonMatchConditions.

FromJsonString(String)

Creates a new instance of CommonMatchConditions, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CommonMatchConditions into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to