Rendering Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Rendering() |
Initializes a new instance of the Rendering class. |
Rendering(Nullable<RenderingType>, String, String) |
Initializes a new instance of the Rendering class. |
Rendering()
Initializes a new instance of the Rendering class.
public Rendering ();
Public Sub New ()
Applies to
Rendering(Nullable<RenderingType>, String, String)
Initializes a new instance of the Rendering class.
public Rendering (Microsoft.Azure.Management.WebSites.Models.RenderingType? type = default, string title = default, string description = default);
new Microsoft.Azure.Management.WebSites.Models.Rendering : Nullable<Microsoft.Azure.Management.WebSites.Models.RenderingType> * string * string -> Microsoft.Azure.Management.WebSites.Models.Rendering
Public Sub New (Optional type As Nullable(Of RenderingType) = Nothing, Optional title As String = Nothing, Optional description As String = Nothing)
Parameters
- type
- Nullable<RenderingType>
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'
- title
- String
Title of data
- description
- String
Description of the data that will help it be interpreted