Share via


AddParticipantsResult Class

Definition

Response for the add participants operation.

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

Properties

InvalidParticipants

List of Ids with Errors if failed to be added.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AddParticipantsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AddParticipantsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AddParticipantsResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AddParticipantsResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AddParticipantsResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to