Share via


ResolvedConfiguration Class

Definition

Resolved Configuration.

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

Properties

Configuration

Resolved Configuration as string.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResolvedConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResolvedConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResolvedConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResolvedConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResolvedConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to