DiagnosticRendering Class
Rendering details of a diagnostics table.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelDiagnosticRendering
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
|
Rendering type. |
title
|
Title of the table. |
description
|
Description of the table. |
is_visible
|
Flag if the table should be rendered. |
Variables
Name | Description |
---|---|
type
|
Rendering type. |
title
|
Title of the table. |
description
|
Description of the table. |
is_visible
|
Flag if the table should be rendered. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python