CommunicationAcceptTags Class

Definition

An ARM resource with that can accept tags.

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

Constructors

CommunicationAcceptTags()

Initializes a new instance of CommunicationAcceptTags.

Properties

Tags

Tags of the service which is a list of key value pairs that describe the resource.

Explicit Interface Implementations

IJsonModel<CommunicationAcceptTags>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CommunicationAcceptTags>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CommunicationAcceptTags>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CommunicationAcceptTags>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CommunicationAcceptTags>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to