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

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

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

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

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

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

array of regions where this build can used, when it is active
public List ActiveRegions
Результат List

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

unique identifier of the previously uploaded build executable to be updated
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

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

new timestamp
public DateTime? Timestamp
Результат DateTime?