Class DiagnosticData
java.lang.Object
com.microsoft.azure.management.appservice.DiagnosticData
Set of data with rendering instructions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet properties that describe how the table should be rendered.table()
Get data in table form.withRenderingProperties
(Rendering renderingProperties) Set properties that describe how the table should be rendered.withTable
(DataTableResponseObject table) Set data in table form.
-
Constructor Details
-
DiagnosticData
public DiagnosticData()
-
-
Method Details
-
table
Get data in table form.- Returns:
- the table value
-
withTable
Set data in table form.- Parameters:
table
- the table value to set- Returns:
- the DiagnosticData object itself.
-
renderingProperties
Get properties that describe how the table should be rendered.- Returns:
- the renderingProperties value
-
withRenderingProperties
Set properties that describe how the table should be rendered.- Parameters:
renderingProperties
- the renderingProperties value to set- Returns:
- the DiagnosticData object itself.
-