IConfigurationServiceSettingsValidateResult.GitPropertyValidationResultGitReposValidationResult Property
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.
The detail validation results
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="The detail validation results", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IValidationMessages) }, Read=true, ReadOnly=false, Required=false, SerializedName="gitReposValidationResult", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IValidationMessages> GitPropertyValidationResultGitReposValidationResult { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="The detail validation results", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IValidationMessages) }, Read=true, ReadOnly=false, Required=false, SerializedName="gitReposValidationResult", Update=true)>]
member this.GitPropertyValidationResultGitReposValidationResult : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IValidationMessages> with get, set
Public Property GitPropertyValidationResultGitReposValidationResult As List(Of IValidationMessages)
Property Value
- Attributes