DiagnosticRendering Class

Rendering details of a diagnostics table.

Inheritance
azure.mgmt.appcontainers._serialization.Model
DiagnosticRendering

Constructor

DiagnosticRendering(*, type: int | None = None, title: str | None = None, description: str | None = None, is_visible: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type
int

Rendering type.

title
str

Title of the table.

description
str

Description of the table.

is_visible

Flag if the table should be rendered.

Variables

Name Description
type
int

Rendering type.

title
str

Title of the table.

description
str

Description of the table.

is_visible

Flag if the table should be rendered.