Microsoft.OperationalInsights 工作區/savedSearches 2020-03-01-preview
Bicep 資源定義
工作區/savedSearches 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.OperationalInsights/workspaces/savedSearches 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.OperationalInsights/workspaces/savedSearches@2020-03-01-preview' = {
parent: resourceSymbolicName
etag: 'string'
name: 'string'
properties: {
category: 'string'
displayName: 'string'
functionAlias: 'string'
functionParameters: 'string'
query: 'string'
tags: [
{
name: 'string'
value: 'string'
}
]
version: int
}
}
屬性值
Microsoft.OperationalInsights/workspaces/savedSearches
名字 | 描述 | 價值 |
---|---|---|
etag | 已儲存搜尋的 ETag。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型的資源符號名稱:工作區 |
性能 | 已儲存搜尋的屬性。 | SavedSearchProperties (必要) |
SavedSearchProperties
名字 | 描述 | 價值 |
---|---|---|
類別 | 已儲存搜尋的類別。 這有助於使用者更快速地尋找已儲存的搜尋。 | 字串 (必要) |
displayName | 已儲存的搜尋顯示名稱。 | 字串 (必要) |
functionAlias | 如果查詢做為函式,則為函式別名。 | 字串 |
functionParameters | 如果查詢做為函式,則為選擇性函式參數。 值的格式應如下:'param-name1:type1 = default_value1,param-name2:type2 = default_value2'。 如需更多範例和適當的語法,請參閱 /azure/kusto/query/functions/user-defined-functions。 | 字串 |
查詢 | 已儲存搜尋的查詢表達式。 | 字串 (必要) |
標籤 | 附加至已儲存搜尋的標籤。 | 標籤[] |
版本 | 查詢語言的版本號碼。 目前的版本為 2,且為預設值。 | int |
標記
名字 | 描述 | 價值 |
---|---|---|
名字 | 標記名稱。 | 字串 (必要) |
價值 | 標籤值。 | 字串 (必要) |
ARM 樣本資源定義
工作區/savedSearches 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.OperationalInsights/workspaces/savedSearches 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.OperationalInsights/workspaces/savedSearches",
"apiVersion": "2020-03-01-preview",
"name": "string",
"etag": "string",
"properties": {
"category": "string",
"displayName": "string",
"functionAlias": "string",
"functionParameters": "string",
"query": "string",
"tags": [
{
"name": "string",
"value": "string"
}
],
"version": "int"
}
}
屬性值
Microsoft.OperationalInsights/workspaces/savedSearches
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2020-03-01-preview' |
etag | 已儲存搜尋的 ETag。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | 已儲存搜尋的屬性。 | SavedSearchProperties (必要) |
類型 | 資源類型 | 'Microsoft.OperationalInsights/workspaces/savedSearches' |
SavedSearchProperties
名字 | 描述 | 價值 |
---|---|---|
類別 | 已儲存搜尋的類別。 這有助於使用者更快速地尋找已儲存的搜尋。 | 字串 (必要) |
displayName | 已儲存的搜尋顯示名稱。 | 字串 (必要) |
functionAlias | 如果查詢做為函式,則為函式別名。 | 字串 |
functionParameters | 如果查詢做為函式,則為選擇性函式參數。 值的格式應如下:'param-name1:type1 = default_value1,param-name2:type2 = default_value2'。 如需更多範例和適當的語法,請參閱 /azure/kusto/query/functions/user-defined-functions。 | 字串 |
查詢 | 已儲存搜尋的查詢表達式。 | 字串 (必要) |
標籤 | 附加至已儲存搜尋的標籤。 | 標籤[] |
版本 | 查詢語言的版本號碼。 目前的版本為 2,且為預設值。 | int |
標記
名字 | 描述 | 價值 |
---|---|---|
名字 | 標記名稱。 | 字串 (必要) |
價值 | 標籤值。 | 字串 (必要) |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
OMS - Azure VM 清查解決方案 |
在 OMS 中啟用 Azure VM 清查解決方案。 解決方案會將 Azure VM 清查以及磁碟、網路元件、NSG 規則和擴充功能收集到 OMS 工作區。 |
OMS Kemp 應用程式傳遞 |
OMS 的 Kemp 應用程式傳遞解決方案 |
Terraform (AzAPI 提供者) 資源定義
工作區/savedSearches 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.OperationalInsights/workspaces/savedSearches 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.OperationalInsights/workspaces/savedSearches@2020-03-01-preview"
name = "string"
etag = "string"
body = jsonencode({
properties = {
category = "string"
displayName = "string"
functionAlias = "string"
functionParameters = "string"
query = "string"
tags = [
{
name = "string"
value = "string"
}
]
version = int
}
})
}
屬性值
Microsoft.OperationalInsights/workspaces/savedSearches
名字 | 描述 | 價值 |
---|---|---|
etag | 已儲存搜尋的 ETag。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:工作區 |
性能 | 已儲存搜尋的屬性。 | SavedSearchProperties (必要) |
類型 | 資源類型 | “Microsoft.OperationalInsights/workspaces/savedSearches@2020-03-01-preview” |
SavedSearchProperties
名字 | 描述 | 價值 |
---|---|---|
類別 | 已儲存搜尋的類別。 這有助於使用者更快速地尋找已儲存的搜尋。 | 字串 (必要) |
displayName | 已儲存的搜尋顯示名稱。 | 字串 (必要) |
functionAlias | 如果查詢做為函式,則為函式別名。 | 字串 |
functionParameters | 如果查詢做為函式,則為選擇性函式參數。 值的格式應如下:'param-name1:type1 = default_value1,param-name2:type2 = default_value2'。 如需更多範例和適當的語法,請參閱 /azure/kusto/query/functions/user-defined-functions。 | 字串 |
查詢 | 已儲存搜尋的查詢表達式。 | 字串 (必要) |
標籤 | 附加至已儲存搜尋的標籤。 | 標籤[] |
版本 | 查詢語言的版本號碼。 目前的版本為 2,且為預設值。 | int |
標記
名字 | 描述 | 價值 |
---|---|---|
名字 | 標記名稱。 | 字串 (必要) |
價值 | 標籤值。 | 字串 (必要) |