ContainerServiceTagsObject Class

Definition

Tags object for patch operations.

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

Constructors

ContainerServiceTagsObject()

Initializes a new instance of ContainerServiceTagsObject.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<ContainerServiceTagsObject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerServiceTagsObject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceTagsObject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceTagsObject>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceTagsObject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to