LabSupportProperties Class
Properties of a lab's support banner.
Constructor
LabSupportProperties(*, enabled: str | _models.EnableStatus | None = None, markdown: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
enabled
|
str or
EnableStatus
Is the lab support banner active/enabled at this time?. Known values are: "Enabled" and "Disabled". Default value: None
|
|
markdown
|
The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown. Default value: None
|
Variables
| Name | Description |
|---|---|
|
enabled
|
str or
EnableStatus
Is the lab support banner active/enabled at this time?. Known values are: "Enabled" and "Disabled". |
|
markdown
|
The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown. |