> ## 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 data type.

## Properties

| Name       | Type                                                                          | Description                                                                      |
| :--------- | :---------------------------------------------------------------------------- | :------------------------------------------------------------------------------- |
| BuildId    | String                                                                        | The guid string ID of the multiplayer server build that regions were updated on. |
| Region     | [AzureRegion](/services/playfab/api-references/events/data-types/azureregion) | The build region.                                                                |
| Active     | Int                                                                           | The number of active servers.                                                    |
| StandingBy | Int                                                                           | The number of standingby servers.                                                |
| Propping   | Int                                                                           | The number of servers still downloading game resources.                          |
| Total      | Int                                                                           | The total number of servers.                                                     |
| VmCount    | Int                                                                           | The total number of running virtual machines.                                    |


## Related topics

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