IConfigServerResource.GitPropertyRepository Property

Definition

Repositories of git.

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="Repositories of git.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IGitPatternRepository) }, Read=true, ReadOnly=false, Required=false, SerializedName="repositories", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IGitPatternRepository> GitPropertyRepository { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="Repositories of git.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IGitPatternRepository) }, Read=true, ReadOnly=false, Required=false, SerializedName="repositories", Update=true)>]
member this.GitPropertyRepository : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IGitPatternRepository> with get, set
Public Property GitPropertyRepository As List(Of IGitPatternRepository)

Property Value

Attributes

Applies to