LabSupportPropertiesFragment Class
Properties of a lab's support banner.
- Inheritance
-
msrest.serialization.ModelLabSupportPropertiesFragment
Constructor
LabSupportPropertiesFragment(*, 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
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python