Table of Contents

Class TagResourcePatch

Namespace
Azure.ResourceManager.Resources.Models
Assembly
Azure.ResourceManager.dll

Wrapper resource for tags patch API request only.

public class TagResourcePatch : IJsonModel<TagResourcePatch>, IPersistableModel<TagResourcePatch>
Inheritance
TagResourcePatch
Implements
IJsonModel<TagResourcePatch>
IPersistableModel<TagResourcePatch>
Inherited Members

Constructors

TagResourcePatch()

Initializes a new instance of TagResourcePatch.

public TagResourcePatch()

Properties

PatchMode

The operation type for the patch API.

public TagPatchMode? PatchMode { get; set; }

Property Value

TagPatchMode?

TagValues

Dictionary of <string>.

public IDictionary<string, string> TagValues { get; }

Property Value

IDictionary<string, string>