CommunicationDomainResourcePatch Class

Definition

A class that describes the PATCH request parameters of a Domains resource.

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

Constructors

CommunicationDomainResourcePatch()

Initializes a new instance of CommunicationDomainResourcePatch.

Properties

Tags

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

(Inherited from CommunicationAcceptTags)
UserEngagementTracking

Describes whether user engagement tracking is enabled or disabled.

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<CommunicationDomainResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CommunicationDomainResourcePatch>.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<CommunicationDomainResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CommunicationDomainResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CommunicationDomainResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to