LabAnnouncementPropertiesFragment Class
Properties of a lab's announcement banner.
- Inheritance
-
msrest.serialization.ModelLabAnnouncementPropertiesFragment
Constructor
LabAnnouncementPropertiesFragment(*, title: str | None = None, markdown: str | None = None, enabled: str | EnableStatus | None = None, expiration_date: datetime | None = None, expired: bool | None = None, **kwargs)
Parameters
Name | Description |
---|---|
title
Required
|
The plain text title for the lab announcement. |
markdown
Required
|
The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown. |
enabled
Required
|
str or
EnableStatus
Is the lab announcement active/enabled at this time?. Possible values include: "Enabled", "Disabled". |
expiration_date
Required
|
The time at which the announcement expires (null for never). |
expired
Required
|
Has this announcement expired?. |
Keyword-Only Parameters
Name | Description |
---|---|
title
Required
|
|
markdown
Required
|
|
enabled
Required
|
|
expiration_date
Required
|
|
expired
Required
|
|
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python