TagPatchMode 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.
The operation type for the patch API.
public readonly struct TagPatchMode : IEquatable<Azure.ResourceManager.Resources.Models.TagPatchMode>
type TagPatchMode = struct
Public Structure TagPatchMode
Implements IEquatable(Of TagPatchMode)
- Inheritance
-
TagPatchMode
- Implements
Constructors
TagPatchMode(String) |
Initializes a new instance of TagPatchMode. |
Properties
Delete |
The 'delete' option allows selectively deleting tags based on given names or name/value pairs. |
Merge |
The 'merge' option allows adding tags with new names and updating the values of tags with existing names. |
Replace |
The 'replace' option replaces the entire set of existing tags with a new set. |
Methods
Equals(TagPatchMode) |
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(TagPatchMode, TagPatchMode) |
Determines if two TagPatchMode values are the same. |
Implicit(String to TagPatchMode) |
Converts a string to a TagPatchMode. |
Inequality(TagPatchMode, TagPatchMode) |
Determines if two TagPatchMode values are not the same. |
Applies to
Azure SDK for .NET