> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BuildRegionUtilizationEventPayload

> BuildRegionUtilizationEventPayload 数据类型。

## 属性

| 名称         | 类型                                                                            | 描述                            |
| :--------- | :---------------------------------------------------------------------------- | :---------------------------- |
| BuildId    | String                                                                        | 已更新区域的多人游戏服务器生成的 guid 字符串 ID。 |
| Region     | [AzureRegion](/services/playfab/api-references/events/data-types/azureregion) | 生成区域。                         |
| Active     | Int                                                                           | 活动服务器数量。                      |
| StandingBy | Int                                                                           | 备用服务器数量。                      |
| Propping   | Int                                                                           | 仍在下载游戏资源的服务器数量。               |
| Total      | Int                                                                           | 服务器总数。                        |
| VmCount    | Int                                                                           | 正在运行的虚拟机总数。                   |


## Related topics

- [build_region_utilization](/zh-CN/services/playfab/api-references/events/MultiplayerServers/build-region-utilization.md)
- [BuildRegionUpdatedEventPayload](/zh-CN/services/playfab/api-references/events/data-types/buildregionupdatedeventpayload.md)
- [BuildRegionStatusChangedEventPayload](/zh-CN/services/playfab/api-references/events/data-types/buildregionstatuschangedeventpayload.md)
- [build_region_updated](/zh-CN/services/playfab/api-references/events/MultiplayerServers/build-region-updated.md)
- [build_region_status_changed](/zh-CN/services/playfab/api-references/events/MultiplayerServers/build-region-status-changed.md)
