ConfigServerSettingsValidateResult 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.
Validation result for config server settings
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigServerSettingsValidateResultTypeConverter))]
public class ConfigServerSettingsValidateResult : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerSettingsValidateResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ConfigServerSettingsValidateResultTypeConverter))>]
type ConfigServerSettingsValidateResult = class
interface IConfigServerSettingsValidateResult
interface IJsonSerializable
Public Class ConfigServerSettingsValidateResult
Implements IConfigServerSettingsValidateResult
- Inheritance
-
ConfigServerSettingsValidateResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ConfigServerSettingsValidateResult() |
Creates an new ConfigServerSettingsValidateResult instance. |
Properties
| Name | Description |
|---|---|
| Detail |
The detail validation results |
| IsValid |
Indicate if the config server settings are valid |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConfigServerSettingsValidateResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConfigServerSettingsValidateResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IConfigServerSettingsValidateResult. |
| FromJsonString(String) |
Creates a new instance of ConfigServerSettingsValidateResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConfigServerSettingsValidateResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |