INetworkTapRuleMatchConfiguration 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.NetworkTapRuleMatchConfigurationTypeConverter))]
public interface INetworkTapRuleMatchConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapRuleMatchConfigurationTypeConverter))>]
type INetworkTapRuleMatchConfiguration = interface
interface IJsonSerializable
Public Interface INetworkTapRuleMatchConfiguration
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Action |
List of actions that need to be performed for the matched conditions. |
| IPAddressType |
Type of IP Address. IPv4 or IPv6 |
| MatchCondition |
List of the match conditions. |
| MatchConfigurationName |
The name of the match configuration. |
| SequenceNumber |
Sequence Number of the match configuration.. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |