IConfigurationServiceResource.GitPropertyRepository Property

Definition

Repositories of Application Configuration Service git property.

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

Property Value

Attributes

Applies to