LabAnnouncementProperties Class
Properties of a lab's announcement banner.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
LabAnnouncementProperties(*, title: str | None = None, markdown: str | None = None, enabled: str | _models.EnableStatus | None = None, expiration_date: datetime | None = None, expired: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
title
|
The plain text title for the lab announcement. Default value: None
|
|
markdown
|
The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown. Default value: None
|
|
enabled
|
str or
EnableStatus
Is the lab announcement active/enabled at this time?. Known values are: "Enabled" and "Disabled". Default value: None
|
|
expiration_date
|
The time at which the announcement expires (null for never). Default value: None
|
|
expired
|
Has this announcement expired?. Default value: None
|
Variables
| Name | Description |
|---|---|
|
title
|
The plain text title for the lab announcement. |
|
markdown
|
The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown. |
|
enabled
|
str or
EnableStatus
Is the lab announcement active/enabled at this time?. Known values are: "Enabled" and "Disabled". |
|
expiration_date
|
The time at which the announcement expires (null for never). |
|
expired
|
Has this announcement expired?. |
|
provisioning_state
|
The provisioning status of the resource. |
|
unique_identifier
|
The unique immutable identifier of a resource (Guid). |