LabSupportPropertiesFragment Class

Properties of a lab's support banner.

Inheritance
msrest.serialization.Model
LabSupportPropertiesFragment

Constructor

LabSupportPropertiesFragment(*, enabled: str | EnableStatus | None = None, markdown: str | None = None, **kwargs)

Parameters

Name Description
enabled
Required

Is the lab support banner active/enabled at this time?. Possible values include: "Enabled", "Disabled".

markdown
Required
str

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