Share via


VoiceServicesCommunicationsGatewayPatch Class

Definition

The type used for update operations of the CommunicationsGateway.

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

Constructors

VoiceServicesCommunicationsGatewayPatch()

Initializes a new instance of VoiceServicesCommunicationsGatewayPatch.

Properties

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VoiceServicesCommunicationsGatewayPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VoiceServicesCommunicationsGatewayPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VoiceServicesCommunicationsGatewayPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VoiceServicesCommunicationsGatewayPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VoiceServicesCommunicationsGatewayPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to