Partager via


ElasticExternalUserContent Class

Definition

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

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

Constructors

ElasticExternalUserContent()

Initializes a new instance of ElasticExternalUserContent.

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<ElasticExternalUserContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticExternalUserContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticExternalUserContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticExternalUserContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticExternalUserContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to