Share via


SessionPoolSecret Class

Definition

Secret definition.

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

Constructors

SessionPoolSecret()

Initializes a new instance of SessionPoolSecret.

Properties

Name

Secret Name.

Value

Secret Value.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SessionPoolSecret>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SessionPoolSecret>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SessionPoolSecret>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SessionPoolSecret>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SessionPoolSecret>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to