EmailServiceResourcePatch Class

Definition

A class representing update parameters for EmailService resource.

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

Constructors

EmailServiceResourcePatch()

Initializes a new instance of EmailServiceResourcePatch.

Properties

Tags

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

(Inherited from CommunicationAcceptTags)

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.

(Inherited from CommunicationAcceptTags)
IJsonModel<CommunicationAcceptTags>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CommunicationAcceptTags)
IJsonModel<EmailServiceResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EmailServiceResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CommunicationAcceptTags>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CommunicationAcceptTags)
IPersistableModel<CommunicationAcceptTags>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from CommunicationAcceptTags)
IPersistableModel<CommunicationAcceptTags>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CommunicationAcceptTags)
IPersistableModel<EmailServiceResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EmailServiceResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EmailServiceResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to