ExternalUserContent Class

Definition

The properties of the request required for creating user on elastic side.

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

Constructors

ExternalUserContent()

Initializes a new instance of ExternalUserContent.

Properties

EmailId

Email id of the user to be created or updated.

FullName

Full name of the user to be created or updated.

Password

Password of the user to be created or updated.

Roles

Roles to be assigned for created or updated user.

UserName

Username of the user to be created or updated.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExternalUserContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExternalUserContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExternalUserContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExternalUserContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExternalUserContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to