Condividi tramite


ElasticExternalUserCreationResult Class

Definition

The properties of the response we got from elastic while creating external user.

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

Properties

IsCreated

Shows if user is created or updated.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticExternalUserCreationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticExternalUserCreationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticExternalUserCreationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticExternalUserCreationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticExternalUserCreationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to