ISourceControl.RepositoryPathMapping Property

Definition

Dictionary of source control content type and path mapping.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Dictionary of source control content type and path mapping.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IContentPathMap) }, Read=true, ReadOnly=false, Required=false, SerializedName="pathMapping", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IContentPathMap> RepositoryPathMapping { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Dictionary of source control content type and path mapping.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IContentPathMap) }, Read=true, ReadOnly=false, Required=false, SerializedName="pathMapping", Update=true)>]
member this.RepositoryPathMapping : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IContentPathMap> with get, set
Public Property RepositoryPathMapping As List(Of IContentPathMap)

Property Value

Attributes

Applies to