共用方式為


Storage Insights - Create Or Update

建立或更新記憶體深入解析。

PUT https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/storageInsightConfigs/{storageInsightName}?api-version=2015-03-20

URI 參數

名稱 位於 必要 類型 Description
resourceGroupName
path True

string

資源組名。

Regex 模式: ^[-\w\._\(\)]+$

storageInsightName
path True

string

storageInsightsConfigs 資源的名稱

subscriptionId
path True

string

訂用帳戶標識碼。

workspaceName
path True

string

Log Analytics 工作區名稱。

api-version
query True

string

用戶端 API 版本。

要求本文

名稱 必要 類型 Description
properties.storageAccount True

StorageAccount

記憶體帳戶連線詳細數據

eTag

string

記憶體深入解析的ETag。

properties.containers

string[]

工作區應該讀取的 Blob 容器名稱

properties.tables

string[]

工作區應該讀取的 Azure 資料表名稱

tags

object

資源標籤

回應

名稱 類型 Description
200 OK

StorageInsight

確定回應定義。

201 Created

StorageInsight

已建立回應定義。

安全性

azure_auth

Azure Active Directory OAuth2 Flow

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

StorageInsightsCreate

範例要求

PUT https://management.azure.com/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/aztest5048/storageInsightConfigs/AzTestSI1110?api-version=2015-03-20

{
  "properties": {
    "containers": [
      "wad-iis-logfiles"
    ],
    "tables": [
      "WADWindowsEventLogsTable",
      "LinuxSyslogVer2v0"
    ],
    "storageAccount": {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest6987/providers/microsoft.storage/storageaccounts/AzTestFakeSA9945",
      "key": "1234"
    }
  }
}

範例回覆

{
  "properties": {
    "containers": [
      "wad-iis-logfiles"
    ],
    "tables": [
      "WADWindowsEventLogsTable",
      "LinuxSyslogVer2v0"
    ],
    "storageAccount": {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest6987/providers/microsoft.storage/storageaccounts/AzTestFakeSA9945",
      "key": "Storage Key"
    },
    "status": {
      "state": "OK"
    }
  },
  "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6987/providers/microsoft.operationalinsights/workspaces/aztest5048/storageinsightconfigs/AzTestSI1110",
  "name": "AzTestSI1110",
  "type": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs"
}
{
  "properties": {
    "containers": [
      "wad-iis-logfiles"
    ],
    "tables": [
      "WADWindowsEventLogsTable",
      "LinuxSyslogVer2v0"
    ],
    "storageAccount": {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest6987/providers/microsoft.storage/storageaccounts/AzTestFakeSA9945",
      "key": "Storage Key"
    },
    "status": {
      "state": "OK"
    }
  },
  "id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6987/providers/microsoft.operationalinsights/workspaces/aztest5048/storageinsightconfigs/AzTestSI1110",
  "name": "AzTestSI1110",
  "type": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs"
}

定義

名稱 Description
StorageAccount

描述記憶體帳戶連線。

StorageInsight

最上層記憶體深入解析資源容器。

StorageInsightState

與工作區的記憶體深入解析連線狀態

StorageInsightStatus

記憶體深入解析的狀態。

StorageAccount

描述記憶體帳戶連線。

名稱 類型 Description
id

string

記憶體帳戶資源的 Azure Resource Manager 識別符。

key

string

儲存體帳戶金鑰。

StorageInsight

最上層記憶體深入解析資源容器。

名稱 類型 Description
eTag

string

記憶體深入解析的ETag。

id

string

資源識別碼。

name

string

資源名稱。

properties.containers

string[]

工作區應該讀取的 Blob 容器名稱

properties.status

StorageInsightStatus

記憶體深入解析的狀態

properties.storageAccount

StorageAccount

記憶體帳戶連線詳細數據

properties.tables

string[]

工作區應該讀取的 Azure 資料表名稱

tags

object

資源標籤

type

string

資源類型。

StorageInsightState

與工作區的記憶體深入解析連線狀態

名稱 類型 Description
ERROR

string

OK

string

StorageInsightStatus

記憶體深入解析的狀態。

名稱 類型 Description
description

string

記憶體深入解析的狀態描述。

state

StorageInsightState

與工作區的記憶體深入解析連線狀態