INetworkTapRuleMatchCondition 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.NetworkTapRuleMatchConditionTypeConverter))]
public interface INetworkTapRuleMatchCondition : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ICommonMatchConditions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapRuleMatchConditionTypeConverter))>]
type INetworkTapRuleMatchCondition = interface
interface IJsonSerializable
interface ICommonMatchConditions
Public Interface INetworkTapRuleMatchCondition
Implements ICommonMatchConditions
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| EncapsulationType |
Encapsulation Type that needs 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) |
| 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) |
| 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) |