ConfigServerSettingsErrorRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |