LabSupportPropertiesFragment Class

Properties of a lab's support banner.

Inheritance
LabSupportPropertiesFragment

Constructor

LabSupportPropertiesFragment(*, enabled: Optional[Union[str, azure.mgmt.devtestlabs.models._dev_test_labs_client_enums.EnableStatus]] = None, markdown: Optional[str] = None, **kwargs)

Parameters

enabled
str or EnableStatus
Required

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

markdown
str
Required

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