CommonMatchConditions 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 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() | |