LabelHistoryRecordItem Class

Container App Label History Item resource specific properties.

Constructor

LabelHistoryRecordItem(*args: Any, **kwargs: Any)

Variables

Name Description
revision
str

Container App revision name that label was applied to.

start

Timestamp describing when the label was applied to the revision.

stop

Timestamp describing when the label was removed from the revision. Only meaningful when the label is currently applied to the revision.

status
str or Status

Status of the label history record. Known values are: "Succeeded", "Failed", and "Starting".

Attributes

revision

Container App revision name that label was applied to.

revision: str | None

start

Timestamp describing when the label was applied to the revision.

start: datetime | None

status

"Succeeded", "Failed", and "Starting".

status: str | _models.Status | None

stop

Timestamp describing when the label was removed from the revision. Only meaningful when the label is currently applied to the revision.

stop: datetime | None