TapRuleActionType Struct
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.
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
TapRuleActionType(String) |
Initializes a new instance of TapRuleActionType. |
Properties
Count |
Count. |
Drop |
Drop. |
Goto |
Goto. |
Log |
Log. |
Mirror |
Mirror. |
Redirect |
Redirect. |
Replicate |
Replicate. |
Methods
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
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
Azure SDK for .NET