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
str

The plain text title for the lab announcement.

Default value: None
markdown
str

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

Default value: None
enabled

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
str

The plain text title for the lab announcement.

markdown
str

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

enabled

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
str

The provisioning status of the resource.

unique_identifier
str

The unique immutable identifier of a resource (Guid).