LabAnnouncementProperties Class

Properties of a lab's announcement banner.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
LabAnnouncementProperties

Constructor

LabAnnouncementProperties(*, title: Optional[str] = None, markdown: Optional[str] = None, enabled: Optional[Union[str, azure.mgmt.devtestlabs.models._dev_test_labs_client_enums.EnableStatus]] = None, expiration_date: Optional[datetime.datetime] = None, expired: Optional[bool] = None, **kwargs)

Parameters

title
str
Required

The plain text title for the lab announcement.

markdown
str
Required

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

enabled
str or EnableStatus
Required

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

expiration_date
datetime
Required

The time at which the announcement expires (null for never).

expired
bool
Required

Has this announcement expired?.

Variables

provisioning_state
str

The provisioning status of the resource.

unique_identifier
str

The unique immutable identifier of a resource (Guid).