TagResourcePatch Class
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.
Wrapper resource for tags patch API request only.
public class TagResourcePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.TagResourcePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.TagResourcePatch>
type TagResourcePatch = class
interface IJsonModel<TagResourcePatch>
interface IPersistableModel<TagResourcePatch>
Public Class TagResourcePatch
Implements IJsonModel(Of TagResourcePatch), IPersistableModel(Of TagResourcePatch)
- Inheritance
-
TagResourcePatch
- Implements
Constructors
TagResourcePatch() |
Initializes a new instance of TagResourcePatch. |
Properties
PatchMode |
The operation type for the patch API. |
TagValues |
Dictionary of <string>. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<TagResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TagResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TagResourcePatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TagResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TagResourcePatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET