Поделиться через


ConfluentUserDetail Class

Definition

Subscriber detail.

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

Constructors

Name Description
ConfluentUserDetail(String)

Initializes a new instance of ConfluentUserDetail.

Properties

Name Description
AadEmail

AAD email address.

EmailAddress

Email address.

FirstName

First name.

LastName

Last name.

UserPrincipalName

User principal name.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ConfluentUserDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfluentUserDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfluentUserDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfluentUserDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfluentUserDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to