> ## 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](/ja-jp/services/playfab/api-references/events/MultiplayerServers/build-region-utilization.md)
- [BuildRegionUpdatedEventPayload](/ja-jp/services/playfab/api-references/events/data-types/buildregionupdatedeventpayload.md)
- [BuildRegionStatusChangedEventPayload](/ja-jp/services/playfab/api-references/events/data-types/buildregionstatuschangedeventpayload.md)
- [build_region_updated](/ja-jp/services/playfab/api-references/events/MultiplayerServers/build-region-updated.md)
- [build_region_status_changed](/ja-jp/services/playfab/api-references/events/MultiplayerServers/build-region-status-changed.md)
