C# 클래스 PlayFab.AdminModels.ModifyServerBuildRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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?