LabAnnouncementProperties interface
Properties of a lab's announcement banner
Properties
enabled | Is the lab announcement active/enabled at this time? |
expiration |
The time at which the announcement expires (null for never) |
expired | Has this announcement expired? |
markdown | The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown. |
provisioning |
The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
title | The plain text title for the lab announcement |
unique |
The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
enabled
Is the lab announcement active/enabled at this time?
enabled?: string
Property Value
string
expirationDate
The time at which the announcement expires (null for never)
expirationDate?: Date
Property Value
Date
expired
Has this announcement expired?
expired?: boolean
Property Value
boolean
markdown
The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown.
markdown?: string
Property Value
string
provisioningState
The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
title
The plain text title for the lab announcement
title?: string
Property Value
string
uniqueIdentifier
The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server.
uniqueIdentifier?: string
Property Value
string