INetworkTapRuleAction 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.NetworkTapRuleActionTypeConverter))]
public interface INetworkTapRuleAction : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapRuleActionTypeConverter))>]
type INetworkTapRuleAction = interface
interface IJsonSerializable
Public Interface INetworkTapRuleAction
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DestinationId |
Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup. |
| IsTimestampEnabled |
The parameter to enable or disable the timestamp. |
| MatchConfigurationName |
The name of the match configuration. This is used when Goto type is provided. If Goto type is selected and no match configuration name is provided. It goes to next configuration. |
| Truncate |
Truncate. 0 indicates do not truncate. |
| Type |
Type of actions that can be performed. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |