TagAction 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.
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) | |
| Inequality(TagAction, TagAction) |
Determines if two TagAction values are not the same. |