共用方式為


Microsoft.OperationalInsights 工作區/savedSearches 2015-03-20

Bicep 資源定義

工作區/savedSearches 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.OperationalInsights/workspaces/savedSearches 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.OperationalInsights/workspaces/savedSearches@2015-03-20' = {
  name: 'string'
  parent: resourceSymbolicName
  eTag: 'string'
  properties: {
    category: 'string'
    displayName: 'string'
    query: 'string'
    tags: [
      {
        name: 'string'
        value: 'string'
      }
    ]
    version: int
  }
}

屬性值

workspaces/savedSearches

名字 描述 價值
名字 資源名稱

請參閱如何在 Bicep 中設定子資源的名稱和類型。
字串 (必要)
父母 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型的資源符號名稱:工作區
eTag 已儲存搜尋的 ETag。 字串
性能 已儲存搜尋的屬性。 SavedSearchProperties (必要)

SavedSearchProperties

名字 描述 價值
類別 已儲存搜尋的類別。 這有助於使用者更快速地尋找已儲存的搜尋。 字串 (必要)
displayName 已儲存的搜尋顯示名稱。 字串 (必要)
查詢 已儲存搜尋的查詢表達式。 如需參考,請參閱 /azure/log-analytics/log-analytics-search-reference。 字串 (必要)
標籤 附加至已儲存搜尋的標籤。 物件
版本 查詢語言的版本號碼。 目前的版本為 2,且為預設值。 int

約束:
最小值 = 1
最大值 = 2

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
OMS - Azure VM 清查解決方案

部署至 Azure
在 OMS 中啟用 Azure VM 清查解決方案。 解決方案會將 Azure VM 清查以及磁碟、網路元件、NSG 規則和擴充功能收集到 OMS 工作區。
OMS Kemp 應用程式傳遞

部署至 Azure
OMS 的 Kemp 應用程式傳遞解決方案
OMS SCOM ACS 解決方案

部署至 Azure
將 SCOM ACS 自定義解決方案新增至 OMS 工作區

ARM 樣本資源定義

工作區/savedSearches 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.OperationalInsights/workspaces/savedSearches 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.OperationalInsights/workspaces/savedSearches",
  "apiVersion": "2015-03-20",
  "name": "string",
  "eTag": "string",
  "properties": {
    "category": "string",
    "displayName": "string",
    "query": "string",
    "tags": [
      {
        "name": "string",
        "value": "string"
      }
    ],
    "version": "int"
  }
}

屬性值

workspaces/savedSearches

名字 描述 價值
類型 資源類型 'Microsoft.OperationalInsights/workspaces/savedSearches'
apiVersion 資源 API 版本 '2015-03-20'
名字 資源名稱

請參閱如何在JSON ARM 範本中設定子資源的名稱和類型。
字串 (必要)
eTag 已儲存搜尋的 ETag。 字串
性能 已儲存搜尋的屬性。 SavedSearchProperties (必要)

SavedSearchProperties

名字 描述 價值
類別 已儲存搜尋的類別。 這有助於使用者更快速地尋找已儲存的搜尋。 字串 (必要)
displayName 已儲存的搜尋顯示名稱。 字串 (必要)
查詢 已儲存搜尋的查詢表達式。 如需參考,請參閱 /azure/log-analytics/log-analytics-search-reference。 字串 (必要)
標籤 附加至已儲存搜尋的標籤。 物件
版本 查詢語言的版本號碼。 目前的版本為 2,且為預設值。 int

約束:
最小值 = 1
最大值 = 2

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
OMS - Azure VM 清查解決方案

部署至 Azure
在 OMS 中啟用 Azure VM 清查解決方案。 解決方案會將 Azure VM 清查以及磁碟、網路元件、NSG 規則和擴充功能收集到 OMS 工作區。
OMS Kemp 應用程式傳遞

部署至 Azure
OMS 的 Kemp 應用程式傳遞解決方案
OMS SCOM ACS 解決方案

部署至 Azure
將 SCOM ACS 自定義解決方案新增至 OMS 工作區

Terraform (AzAPI 提供者) 資源定義

工作區/savedSearches 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.OperationalInsights/workspaces/savedSearches 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.OperationalInsights/workspaces/savedSearches@2015-03-20"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      category = "string"
      displayName = "string"
      query = "string"
      tags = [
        {
          name = "string"
          value = "string"
        }
      ]
      version = int
    }
    eTag = "string"
  })
}

屬性值

workspaces/savedSearches

名字 描述 價值
類型 資源類型 “Microsoft.OperationalInsights/workspaces/savedSearches@2015-03-20”
名字 資源名稱 字串 (必要)
parent_id 此資源為父系之資源的標識碼。 類型資源的標識碼:工作區
eTag 已儲存搜尋的 ETag。 字串
性能 已儲存搜尋的屬性。 SavedSearchProperties (必要)

SavedSearchProperties

名字 描述 價值
類別 已儲存搜尋的類別。 這有助於使用者更快速地尋找已儲存的搜尋。 字串 (必要)
displayName 已儲存的搜尋顯示名稱。 字串 (必要)
查詢 已儲存搜尋的查詢表達式。 如需參考,請參閱 /azure/log-analytics/log-analytics-search-reference。 字串 (必要)
標籤 附加至已儲存搜尋的標籤。 物件
版本 查詢語言的版本號碼。 目前的版本為 2,且為預設值。 int

約束:
最小值 = 1
最大值 = 2