IConfigurationServiceSettingsValidateResult Interface

Definition

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

Properties

Name Description
GitPropertyValidationResultGitReposValidationResult

The detail validation results

GitPropertyValidationResultIsValid

Indicate if the configuration service settings are valid

Methods

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

Applies to