ConfigServerGitProperty.Repositories Property

Definition

Gets or sets repositories of git.

[Newtonsoft.Json.JsonProperty(PropertyName="repositories")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.GitPatternRepository> Repositories { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="repositories")>]
member this.Repositories : System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.GitPatternRepository> with get, set
Public Property Repositories As IList(Of GitPatternRepository)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to