Share via


Rendering.Type Property

Definition

Gets or sets rendering Type. Possible values include: 'NoGraph', 'Table', 'TimeSeries', 'TimeSeriesPerInstance', 'PieChart', 'DataSummary', 'Email', 'Insights', 'DynamicInsight', 'Markdown', 'Detector', 'DropDown', 'Card', 'Solution', 'Guage', 'Form', 'ChangeSets', 'ChangeAnalysisOnboarding', 'ChangesView', 'AppInsight', 'DependencyGraph', 'DownTime', 'SummaryCard', 'SearchComponent', 'AppInsightEnablement'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.WebSites.Models.RenderingType? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.WebSites.Models.RenderingType> with get, set
Public Property Type As Nullable(Of RenderingType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to