Share via


Consultas para a tabela ContainerInventory

Informações sobre o Ciclo de Vida do Contentor

Liste todas as informações de ciclo de vida de um contentor.

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