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

Is the lab support banner active/enabled at this time?. Known values are: "Enabled" and "Disabled".

Default value: None
markdown
str

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

Is the lab support banner active/enabled at this time?. Known values are: "Enabled" and "Disabled".

markdown
str

The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown.