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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python