DatadogMonitorTagAction 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 DatadogMonitorTagAction : IEquatable<Azure.ResourceManager.Datadog.Models.DatadogMonitorTagAction>
type DatadogMonitorTagAction = struct
Public Structure DatadogMonitorTagAction
Implements IEquatable(Of DatadogMonitorTagAction)
- Inheritance
-
DatadogMonitorTagAction
- Implements
Constructors
| Name | Description |
|---|---|
| DatadogMonitorTagAction(String) |
Initializes a new instance of DatadogMonitorTagAction. |
Properties
| Name | Description |
|---|---|
| Exclude |
Exclude. |
| Include |
Include. |
Methods
| Name | Description |
|---|---|
| Equals(DatadogMonitorTagAction) |
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(DatadogMonitorTagAction, DatadogMonitorTagAction) |
Determines if two DatadogMonitorTagAction values are the same. |
| Implicit(String to DatadogMonitorTagAction) |
Converts a String to a DatadogMonitorTagAction. |
| Inequality(DatadogMonitorTagAction, DatadogMonitorTagAction) |
Determines if two DatadogMonitorTagAction values are not the same. |