NetworkTagsObject Class

Definition

Tags object for patch operations.

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

Constructors

NetworkTagsObject()

Initializes a new instance of NetworkTagsObject.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<NetworkTagsObject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkTagsObject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkTagsObject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkTagsObject>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkTagsObject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to