다음을 통해 공유


ContainerInventory 테이블에 대한 쿼리

Azure Portal에서 이러한 쿼리를 사용하는 방법에 대한 자세한 내용은 Log Analytics 자습서를 참조하세요. REST API는 쿼리를 참조 하세요.

컨테이너 수명 주기 정보

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

// 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