Rendering Constructors

Definition

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.AppService.Fluent.Models.RenderingType? type = default, string title = default, string description = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.Rendering : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.RenderingType> * string * string -> Microsoft.Azure.Management.AppService.Fluent.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'

title
String

Title of data

description
String

Description of the data that will help it be interpreted

Applies to