Share via


ConfigServerSettingsErrorRecord Class

Definition

Error record of the config server settings.

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

Properties

Messages

The detail error messages of the record.

Name

The name of the config server settings error record.

Uri

The uri of the config server settings error record.

Explicit Interface Implementations

IJsonModel<ConfigServerSettingsErrorRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfigServerSettingsErrorRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfigServerSettingsErrorRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfigServerSettingsErrorRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfigServerSettingsErrorRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to