다음을 통해 공유


ConfigurationServiceGitPropertyValidateResult Class

Definition

Validation result for configuration service settings

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

Constructors

Name Description
ConfigurationServiceGitPropertyValidateResult()

Creates an new ConfigurationServiceGitPropertyValidateResult instance.

Properties

Name Description
GitReposValidationResult

The detail validation results

IsValid

Indicate if the configuration service settings are valid

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigurationServiceGitPropertyValidateResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationServiceGitPropertyValidateResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationServiceGitPropertyValidateResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to