LabelHistoryRecordItem interface
Container App Label History Item resource specific properties
Properties
| revision | Container App revision name that label was applied to. |
| start | Timestamp describing when the label was applied to the revision. |
| status | Status of the label history record. |
| stop | Timestamp describing when the label was removed from the revision. Only meaningful when the label is currently applied to the revision. |
Property Details
revision
Container App revision name that label was applied to.
revision?: string
Property Value
string
start
Timestamp describing when the label was applied to the revision.
start?: Date
Property Value
Date
status
Status of the label history record.
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.
stop?: Date
Property Value
Date