卡片
適用於:✅Microsoft網狀架構✅Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel
卡片視覺效果只會顯示一個專案。 如果輸出中有多個數據行和數據列,則會將第一個結果記錄視為純量值集,並顯示為卡片。
注意
此視覺效果只能在轉譯運算符的內容中使用。
語法
T card
render
|
[with
(
propertyName =
propertyValue [,
...]])
深入瞭解 語法慣例。
參數
姓名 | 類型 | 必要 | 描述 |
---|---|---|---|
T | string |
✔️ | 輸入數據表名稱。 |
propertyName、 propertyValue | string |
索引鍵/值屬性組的逗號分隔清單。 請參閱 支持的屬性。 |
支援的屬性
所有屬性都是選擇性的。
PropertyName | PropertyValue |
---|---|
title |
視覺效果的標題(類型 string 為 )。 |
範例
StormEvents
| where State=="VIRGINIA" and EventType=="Flood"
| count
| render card with (title="Floods in Virginia")