Share via


CommunicationServiceResourcePatch Class

Definition

A class representing update parameters for CommunicationService resource.

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

Constructors

CommunicationServiceResourcePatch()

Initializes a new instance of CommunicationServiceResourcePatch.

Properties

Identity

Managed service identity (system assigned and/or user assigned identities).

LinkedDomains

List of email Domain resource Ids.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<CommunicationServiceResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CommunicationServiceResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to