LabSupportProperties Class
Properties of a lab's support banner.
- Inheritance
-
msrest.serialization.ModelLabSupportProperties
Constructor
LabSupportProperties(*, enabled: str | EnableStatus | None = None, markdown: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
enabled
Required
|
str or
EnableStatus
Is the lab support banner active/enabled at this time?. Possible values include: "Enabled", "Disabled". |
markdown
Required
|
The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown. |
Keyword-Only Parameters
Name | Description |
---|---|
enabled
Required
|
|
markdown
Required
|
|
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python