次の方法で共有


ContainerNodeInventory テーブルのクエリ

ContainerNodeInventory で検索

ContainerNodeInventory で、ContainerNodeInventory テーブル内の特定の値を検索します。/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.
ContainerNodeInventory
| where * contains tostring(SearchValue)
| take 1000