Share via


RemoveParticipantsResult Class

Definition

Response for the remove participants operation.

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

Properties

InvalidParticipants

List of Ids with Errors if failed to be added.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RemoveParticipantsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RemoveParticipantsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RemoveParticipantsResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RemoveParticipantsResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RemoveParticipantsResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to