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