你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ValidationMessages Class

Definition

Validate messages of the configuration service git repositories

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

Constructors

ValidationMessages()

Creates an new ValidationMessages instance.

Properties

Message

Detailed validation messages.

Name

The name of the configuration service git repository.

Methods

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.Api20220401.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()

Applies to