TagAction Struct

Definition

Valid actions for a filtering tag. Exclusion takes priority over inclusion.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.TagActionTypeConverter))]
public struct TagAction : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.TagAction>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.TagActionTypeConverter))>]
type TagAction = struct
    interface IArgumentCompleter
Public Structure TagAction
Implements IArgumentCompleter, IEquatable(Of TagAction)
Inheritance
TagAction
Attributes
Implements

Fields

Exclude
Include

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type TagAction (override for Object)

Equals(TagAction)

Compares values of enum type TagAction

GetHashCode()

Returns hashCode for enum TagAction

ToString()

Returns string representation for TagAction

Operators

Equality(TagAction, TagAction)

Overriding == operator for enum TagAction

Implicit(String to TagAction)

Implicit operator to convert string to TagAction

Implicit(TagAction to String)

Implicit operator to convert TagAction to string

Inequality(TagAction, TagAction)

Overriding != operator for enum TagAction

Applies to