你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Storage Insights - Delete

删除 storageInsightsConfigs 资源

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

URI 参数

名称 必需 类型 说明
resourceGroupName
path True

string

资源组名称。

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

storageInsightName
path True

string

storageInsightsConfigs 资源的名称

subscriptionId
path True

string

订阅 ID。

workspaceName
path True

string

Log Analytics 工作区名称。

api-version
query True

string

客户端 API 版本。

响应

名称 类型 说明
200 OK

正常响应定义。

204 No Content

NoContent 响应定义。

安全性

azure_auth

Azure Active Directory OAuth2 流

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名称 说明
user_impersonation 模拟用户帐户

示例

StorageInsightsDelete

Sample Request

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

Sample Response