Share via


LabelHistoryRecordItem interface

Container App Label History Item resource specific properties

Properties

revision

Container App revision name that label was applied to. NOTE: This property will not be serialized. It can only be populated by the server.

start

Timestamp describing when the label was applied to the revision. NOTE: This property will not be serialized. It can only be populated by the server.

status

Status of the label history record. NOTE: This property will not be serialized. It can only be populated by the server.

stop

Timestamp describing when the label was removed from the revision. Only meaningful when the label is currently applied to the revision. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

revision

Container App revision name that label was applied to. NOTE: This property will not be serialized. It can only be populated by the server.

revision?: string

Property Value

string

start

Timestamp describing when the label was applied to the revision. NOTE: This property will not be serialized. It can only be populated by the server.

start?: Date

Property Value

Date

status

Status of the label history record. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

stop

Timestamp describing when the label was removed from the revision. Only meaningful when the label is currently applied to the revision. NOTE: This property will not be serialized. It can only be populated by the server.

stop?: Date

Property Value

Date