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.
public class NetworkTapRuleMatchCondition : Azure.ResourceManager.ManagedNetworkFabric.Models.CommonMatchConditions
type NetworkTapRuleMatchCondition = class
inherit CommonMatchConditions
Public Class NetworkTapRuleMatchCondition
Inherits CommonMatchConditions
- Inheritance
Constructors
NetworkTapRuleMatchCondition() |
Initializes a new instance of NetworkTapRuleMatchCondition. |
Properties
EncapsulationType |
Encapsulation Type that needs to be matched. |
IPCondition |
IP condition that needs to be matched. (Inherited from CommonMatchConditions) |
PortCondition |
Defines the port condition that needs to be matched. |
ProtocolTypes |
List of the protocols that need to be matched. (Inherited from CommonMatchConditions) |
VlanMatchCondition |
Vlan match condition that needs to be matched. (Inherited from CommonMatchConditions) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET