NetworkTapRuleMatchCondition 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapRuleMatchConditionTypeConverter))]
public class NetworkTapRuleMatchCondition : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkTapRuleMatchCondition, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapRuleMatchConditionTypeConverter))>]
type NetworkTapRuleMatchCondition = class
interface INetworkTapRuleMatchCondition
interface IJsonSerializable
interface ICommonMatchConditions
interface IValidates
Public Class NetworkTapRuleMatchCondition
Implements INetworkTapRuleMatchCondition, IValidates
- Inheritance
-
NetworkTapRuleMatchCondition
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkTapRuleMatchCondition() |
Creates an new NetworkTapRuleMatchCondition instance. |
Properties
| Name | Description |
|---|---|
| EncapsulationType |
Encapsulation Type that needs to be matched. |
| 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. |
| 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. |
| 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 NetworkTapRuleMatchCondition. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkTapRuleMatchCondition. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkTapRuleMatchCondition. |
| FromJsonString(String) |
Creates a new instance of NetworkTapRuleMatchCondition, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkTapRuleMatchCondition into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |