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.Elastic.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
Azure SDK for .NET