TapRuleActionType Struct

Definition

Type of actions that can be performed.

public readonly struct TapRuleActionType : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.TapRuleActionType>
type TapRuleActionType = struct
Public Structure TapRuleActionType
Implements IEquatable(Of TapRuleActionType)
Inheritance
TapRuleActionType
Implements

Constructors

Name Description
TapRuleActionType(String)

Initializes a new instance of TapRuleActionType.

Properties

Name Description
Count

TapRuleActionType-Count.

Drop

TapRuleActionType-Drop.

Goto

TapRuleActionType-Goto.

Log

TapRuleActionType-Log.

Mirror

TapRuleActionType-Mirror.

Redirect

TapRuleActionType-Redirect.

Replicate

TapRuleActionType-Replicate.

Methods

Name Description
Equals(TapRuleActionType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(TapRuleActionType, TapRuleActionType)

Determines if two TapRuleActionType values are the same.

Implicit(String to TapRuleActionType)

Converts a String to a TapRuleActionType.

Inequality(TapRuleActionType, TapRuleActionType)

Determines if two TapRuleActionType values are not the same.

Applies to