你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagementGroup interface
A management group that is connected to a workspace
Properties
created | The datetime that the management group was created. |
data |
The last datetime that the management group received data. |
id | The unique ID of the management group. |
is |
Gets or sets a value indicating whether the management group is a gateway. |
name | The name of the management group. |
server |
The number of servers connected to the management group. |
sku | The SKU of System Center that is managing the management group. |
version | The version of System Center that is managing the management group. |
Property Details
created
The datetime that the management group was created.
created?: Date
Property Value
Date
dataReceived
The last datetime that the management group received data.
dataReceived?: Date
Property Value
Date
id
The unique ID of the management group.
id?: string
Property Value
string
isGateway
Gets or sets a value indicating whether the management group is a gateway.
isGateway?: boolean
Property Value
boolean
name
The name of the management group.
name?: string
Property Value
string
serverCount
The number of servers connected to the management group.
serverCount?: number
Property Value
number
sku
The SKU of System Center that is managing the management group.
sku?: string
Property Value
string
version
The version of System Center that is managing the management group.
version?: string
Property Value
string