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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python