Dotazy na tabulku ContainerInventory
Informace o používání těchto dotazů na webu Azure Portal najdete v kurzu služby Log Analytics. Informace o rozhraní REST API najdete v tématu Dotaz.
Informace o životním cyklu kontejneru
Zobrazí seznam všech informací o životním cyklu kontejneru.
// 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