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

# VmAssignedEventPayload

> VmAssignedEventPayload data type.

## Properties

| Name                           | Type                                                                          | Description                                      |
| :----------------------------- | :---------------------------------------------------------------------------- | :----------------------------------------------- |
| AssignmentEventTimestamp       | DateTime                                                                      | The time (UTC) the virtual machine was assigned. |
| BillingAssignmentCorrelationId | String                                                                        | The guid string ID of the billing assignment.    |
| BuildId                        | String                                                                        | The guid string ID of the build.                 |
| Region                         | [AzureRegion](/services/playfab/api-references/events/data-types/azureregion) | The build region.                                |
| SessionId                      | String                                                                        | The guid string ID of the session.               |
| VmId                           | String                                                                        | The ID of the virtual machine that was assigned. |


## Related topics

- [vm_assigned](/services/playfab/api-references/events/MultiplayerServers/vm-assigned.md)
- [VmUnassignmentStartedEventPayload](/services/playfab/api-references/events/data-types/vmunassignmentstartedeventpayload.md)
- [VmGameCertificatesDeployedEventPayload](/services/playfab/api-references/events/data-types/vmgamecertificatesdeployedeventpayload.md)
- [VmUnhealthyEventPayload](/services/playfab/api-references/events/data-types/vmunhealthyeventpayload.md)
- [VmStateChangeEventPayload](/services/playfab/api-references/events/data-types/vmstatechangeeventpayload.md)
