다음을 통해 공유


ConfigServerSettingsErrorRecord Class

Definition

Error record of the config server settings

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ConfigServerSettingsErrorRecordTypeConverter))]
public class ConfigServerSettingsErrorRecord : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IConfigServerSettingsErrorRecord
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ConfigServerSettingsErrorRecordTypeConverter))>]
type ConfigServerSettingsErrorRecord = class
    interface IConfigServerSettingsErrorRecord
    interface IJsonSerializable
Public Class ConfigServerSettingsErrorRecord
Implements IConfigServerSettingsErrorRecord
Inheritance
ConfigServerSettingsErrorRecord
Attributes
Implements

Constructors

Name Description
ConfigServerSettingsErrorRecord()

Creates an new ConfigServerSettingsErrorRecord instance.

Properties

Name Description
Message

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

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigServerSettingsErrorRecord.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigServerSettingsErrorRecord.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IConfigServerSettingsErrorRecord.

FromJsonString(String)

Creates a new instance of ConfigServerSettingsErrorRecord, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigServerSettingsErrorRecord into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to