Condividi tramite


Query per la tabella ContainerInventory

Per informazioni sull'uso di queste query nel portale di Azure, vedere "Guida a Log Analytics". Per l'API REST, vedere Query.

Informazioni sul ciclo di vita dei contenitori

Elencare tutte le informazioni sul ciclo di vita di un contenitore.

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