ISourceControl.ContentType Property

Definition

Array of source control content types.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "AnalyticRule", "Workbook" })]
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Array of source control content types.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="contentTypes", Update=true)]
public System.Collections.Generic.List<string> ContentType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "AnalyticRule", "Workbook" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Array of source control content types.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="contentTypes", Update=true)>]
member this.ContentType : System.Collections.Generic.List<string> with get, set
Public Property ContentType As List(Of String)

Property Value

Attributes

Applies to