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
- 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".
Variables
- provisioning_state
- str
The provisioning status of the resource.
- unique_identifier
- str
The unique immutable identifier of a resource (Guid).
Feedback
Submit and view feedback for