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

Management Groups - List

获取连接到工作区的管理组的列表。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/managementGroups?api-version=2023-09-01

URI 参数

名称 必需 类型 说明
resourceGroupName
path True

string

资源组的名称。 此名称不区分大小写。

subscriptionId
path True

string

目标订阅的 ID。

workspaceName
path True

string

工作区的名称。

正则表达式模式: ^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$

api-version
query True

string

要用于此操作的 API 版本。

响应

名称 类型 说明
200 OK

WorkspaceListManagementGroupsResult

正常响应定义。

安全性

azure_auth

Azure Active Directory OAuth2 流

类型: oauth2
流向: implicit
授权 URL: https://login.microsoftonline.com/common/oauth2/authorize

作用域

名称 说明
user_impersonation 模拟用户帐户

示例

WorkspacesListManagementGroups

示例请求

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/rg1/providers/Microsoft.OperationalInsights/workspaces/TestLinkWS/managementGroups?api-version=2023-09-01

示例响应

{
  "value": []
}

定义

名称 说明
ManagementGroup

连接到工作区的管理组

WorkspaceListManagementGroupsResult

列表工作区管理组操作响应。

ManagementGroup

连接到工作区的管理组

名称 类型 说明
properties.created

string

创建管理组的日期时间。

properties.dataReceived

string

管理组收到数据的最后一个日期时间。

properties.id

string

管理组的唯一 ID。

properties.isGateway

boolean

获取或设置一个值,该值指示管理组是否为网关。

properties.name

string

管理组的名称。

properties.serverCount

integer

连接到管理组的服务器数。

properties.sku

string

管理组的 System Center 的 SKU。

properties.version

string

管理管理组的 System Center 版本。

WorkspaceListManagementGroupsResult

列表工作区管理组操作响应。

名称 类型 说明
value

ManagementGroup[]

获取或设置附加到工作区的管理组的列表。