CognitiveServicesPatchResourceTags Class

Definition

The object being used to update tags of a resource, in general used for PATCH operations.

public class CognitiveServicesPatchResourceTags : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesPatchResourceTags>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesPatchResourceTags>
type CognitiveServicesPatchResourceTags = class
    interface IJsonModel<CognitiveServicesPatchResourceTags>
    interface IPersistableModel<CognitiveServicesPatchResourceTags>
Public Class CognitiveServicesPatchResourceTags
Implements IJsonModel(Of CognitiveServicesPatchResourceTags), IPersistableModel(Of CognitiveServicesPatchResourceTags)
Inheritance
CognitiveServicesPatchResourceTags
Derived
Implements

Constructors

CognitiveServicesPatchResourceTags()

Initializes a new instance of CognitiveServicesPatchResourceTags.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<CognitiveServicesPatchResourceTags>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CognitiveServicesPatchResourceTags>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CognitiveServicesPatchResourceTags>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CognitiveServicesPatchResourceTags>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CognitiveServicesPatchResourceTags>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to