LabelHistoryRecordItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Container App Label History Item resource specific properties.
public class LabelHistoryRecordItem : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.LabelHistoryRecordItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.LabelHistoryRecordItem>
type LabelHistoryRecordItem = class
interface IJsonModel<LabelHistoryRecordItem>
interface IPersistableModel<LabelHistoryRecordItem>
Public Class LabelHistoryRecordItem
Implements IJsonModel(Of LabelHistoryRecordItem), IPersistableModel(Of LabelHistoryRecordItem)
- Inheritance
-
LabelHistoryRecordItem
- Implements
Properties
| Name | Description |
|---|---|
| Revision |
Container App revision name that label was applied to. |
| StartedOn |
Timestamp describing when the label was applied to the revision. |
| Status |
Status of the label history record. |
| StoppedOn |
Timestamp describing when the label was removed from the revision. Only meaningful when the label is currently applied to the revision. |