IConfigurationServiceGitPropertyValidateResult Interface

Definition

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

Properties

Name Description
GitReposValidationResult

The detail validation results

IsValid

Indicate if the configuration service settings are valid

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to