NetworkTapRuleAction Class

Definition

Action that need to performed.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapRuleActionTypeConverter))]
public class NetworkTapRuleAction : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkTapRuleAction
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapRuleActionTypeConverter))>]
type NetworkTapRuleAction = class
    interface INetworkTapRuleAction
    interface IJsonSerializable
Public Class NetworkTapRuleAction
Implements INetworkTapRuleAction
Inheritance
NetworkTapRuleAction
Attributes
Implements

Constructors

Name Description
NetworkTapRuleAction()

Creates an new NetworkTapRuleAction instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkTapRuleAction.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkTapRuleAction.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkTapRuleAction.

FromJsonString(String)

Creates a new instance of NetworkTapRuleAction, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkTapRuleAction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to