ValidationMessages 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.
Validate messages of the configuration service git repositories
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ValidationMessagesTypeConverter))]
public class ValidationMessages : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IValidationMessages
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.ValidationMessagesTypeConverter))>]
type ValidationMessages = class
interface IValidationMessages
interface IJsonSerializable
Public Class ValidationMessages
Implements IValidationMessages
- Inheritance
-
ValidationMessages
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ValidationMessages() |
Creates an new ValidationMessages instance. |
Properties
| Name | Description |
|---|---|
| Message |
Detailed validation messages. |
| Name |
The name of the configuration service git repository. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ValidationMessages. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ValidationMessages. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IValidationMessages. |
| FromJsonString(String) |
Creates a new instance of ValidationMessages, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ValidationMessages into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |