INetworkTapRuleMatchConfiguration Interface

Definition

[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)

Applies to