Sdílet prostřednictvím


Dotazy na tabulku KubeServices

Najít v KubeServices

Vyhledejte v KubeServices konkrétní hodnotu v tabulce KubeServices./nPoznáme, ž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.
KubeServices
| where * contains tostring(SearchValue)
| take 1000