Share via


UpdateParticipantsResult Class

Definition

Response for the remove participants operation.

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

Properties

Error

Error of the participant operation.

Id

Participant User Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UpdateParticipantsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpdateParticipantsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpdateParticipantsResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpdateParticipantsResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpdateParticipantsResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to