Storage Insights - Create Or Update
Een opslag-inzicht maken of bijwerken.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/storageInsightConfigs/{storageInsightName}?api-version=2015-03-20
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
De naam van de resourcegroep. Regex-patroon: |
storage
|
path | True |
string |
Naam van de resource storageInsightsConfigs |
subscription
|
path | True |
string |
De abonnements-id. |
workspace
|
path | True |
string |
De naam van de Log Analytics-werkruimte. |
api-version
|
query | True |
string |
De client-API-versie. |
Aanvraagbody
Name | Vereist | Type | Description |
---|---|---|---|
properties.storageAccount | True |
De verbindingsgegevens van het opslagaccount |
|
eTag |
string |
De ETag van het opslag-inzicht. |
|
properties.containers |
string[] |
De namen van de blobcontainers die door de werkruimte moeten worden gelezen |
|
properties.tables |
string[] |
De namen van de Azure-tabellen die door de werkruimte moeten worden gelezen |
|
tags |
object |
Resourcetags |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
Definitie van OK-antwoord. |
|
201 Created |
Antwoorddefinitie gemaakt. |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | uw gebruikersaccount imiteren |
Voorbeelden
StorageInsightsCreate
Voorbeeldaanvraag
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"
}
}
}
Voorbeeldrespons
{
"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"
}
Definities
Name | Description |
---|---|
Storage |
Beschrijft een verbinding met een opslagaccount. |
Storage |
De opslagresourcecontainer op het hoogste niveau. |
Storage |
De status van de verbinding met opslaginformatie met de werkruimte |
Storage |
De status van het opslag-inzicht. |
StorageAccount
Beschrijft een verbinding met een opslagaccount.
Name | Type | Description |
---|---|---|
id |
string |
De Azure Resource Manager-id van de opslagaccountresource. |
key |
string |
De opslagaccountsleutel. |
StorageInsight
De opslagresourcecontainer op het hoogste niveau.
Name | Type | Description |
---|---|---|
eTag |
string |
De ETag van het opslag-inzicht. |
id |
string |
Resource-id. |
name |
string |
Resourcenaam. |
properties.containers |
string[] |
De namen van de blobcontainers die door de werkruimte moeten worden gelezen |
properties.status |
De status van het opslag-inzicht |
|
properties.storageAccount |
De verbindingsgegevens van het opslagaccount |
|
properties.tables |
string[] |
De namen van de Azure-tabellen die door de werkruimte moeten worden gelezen |
tags |
object |
Resourcetags |
type |
string |
Resourcetype. |
StorageInsightState
De status van de verbinding met opslaginformatie met de werkruimte
Name | Type | Description |
---|---|---|
ERROR |
string |
|
OK |
string |
StorageInsightStatus
De status van het opslag-inzicht.
Name | Type | Description |
---|---|---|
description |
string |
Beschrijving van de status van het opslag-inzicht. |
state |
De status van de verbinding met opslaginformatie met de werkruimte |