PlayFab.admin.Models.ModifyServerBuildResult
Request Properties |
---|
ActiveRegions List<Region>array of regions where this build can used, when it is active |
BuildId Stringunique identifier for this build executable |
CommandLineTemplate Stringappended to the end of the command line when starting game servers |
Comment Stringdeveloper comment(s) for this build |
ExecutablePath Stringpath to the game server executable. Defaults to gameserver.exe |
MaxGamesPerHost (required) int32maximum number of game server instances that can run on a single host machine |
MinFreeGameSlots (required) int32minimum capacity of additional game server instances that can be started before the autoscaling service starts new host machines (given the number of current running host machines and game server instances) |
Status GameBuildStatusthe current status of the build validation and processing steps |
Timestamp (required) DateTimetime this build was last modified (or uploaded, if this build has never been modified) |
TitleId StringUnique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected. |