Sdílet prostřednictvím


Dotazy na tabulku ContainerNodeInventory

Najít v ContainerNodeInventory

V části ContainerNodeInventory vyhledejte konkrétní hodnotu v tabulce ContainerNodeInventory./nPoznámka, že tento dotaz vyžaduje aktualizaci parametru <SeachValue> , aby se získaly výsledky.

// This query requires a parameter to run. Enter value in SearchValue to find in table.
let SearchValue =  "<SearchValue>";//Please update term you would like to find in the table.
ContainerNodeInventory
| where * contains tostring(SearchValue)
| take 1000