Freigeben über


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

Name Description
TagAction(String)

Initializes a new instance of TagAction.

Properties

Name Description
Exclude

Exclude.

Include

Include.

Methods

Name Description
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

Name Description
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