ConfigurationServiceGitPropertyValidateResult 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 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() | |