C# 클래스 PlayFab.AdminModels.AddServerBuildRequest

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

공개 프로퍼티들

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