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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python