C# Класс PlayFab.AdminModels.AddServerBuildRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ActiveRegions List
BuildId string
CommandLineTemplate string
Comment string
ExecutablePath string
MaxGamesPerHost int
MinFreeGameSlots int

Описание свойств

ActiveRegions публичное свойство

server host regions in which this build should be running and available
public List ActiveRegions
Результат List

BuildId публичное свойство

unique identifier for the build executable
public string BuildId
Результат string

CommandLineTemplate публичное свойство

appended to the end of the command line when starting game servers
public string CommandLineTemplate
Результат string

Comment публичное свойство

developer comment(s) for this build
public string Comment
Результат string

ExecutablePath публичное свойство

path to the game server executable. Defaults to gameserver.exe
public string ExecutablePath
Результат string

MaxGamesPerHost публичное свойство

maximum number of game server instances that can run on a single host machine
public int MaxGamesPerHost
Результат int

MinFreeGameSlots публичное свойство

minimum 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)
public int MinFreeGameSlots
Результат int