TagAction Struct

Definition

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

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

Constructors

TagAction(String)

Initializes a new instance of TagAction.

Properties

Exclude

Exclude.

Include

Include.

Methods

Equals(TagAction)

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(TagAction, TagAction)

Determines if two TagAction values are the same.

Implicit(String to TagAction)

Converts a string to a TagAction.

Inequality(TagAction, TagAction)

Determines if two TagAction values are not the same.

Applies to