共用方式為


KubeServices 數據表的查詢

在 KubeServices 中尋找

在 KubeServices 中尋找以搜尋 KubeServices 數據表中的特定值。/nNote 指出此查詢需要更新 <SeachValue> 參數以產生結果

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