Auf Englisch lesen

Freigeben über


ElasticExternalUserContent Class

Definition

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

C#
public class ElasticExternalUserContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Elastic.Models.ElasticExternalUserContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Elastic.Models.ElasticExternalUserContent>
Inheritance
ElasticExternalUserContent
Implements

Constructors

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

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

Produkt Versionen
Azure SDK for .NET Latest