Share via


ContainerInventory 테이블에 대한 쿼리

컨테이너 수명 주기 정보

컨테이너의 모든 수명 주기 정보를 나열합니다.

// Container Lifecycle Information 
// List all of a container's lifecycle information. 
ContainerInventory
| project Computer, Name, Image, ImageTag, ContainerState, CreatedTime, StartedTime, FinishedTime
| top 200 by FinishedTime desc