TagsPatchOperation Class

Definition

Defines values for TagsPatchOperation.

public static class TagsPatchOperation
type TagsPatchOperation = class
Public Class TagsPatchOperation
Inheritance
TagsPatchOperation

Fields

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.

Applies to