|
My Project
|
Creates a remote user to log on to a VM for a multiplayer server build in a specific region. Returns user credential information necessary to log on. More...
Public Attributes | |
| string | BuildId |
| The guid string build ID of to create the remote user for. | |
| Dictionary< string, string > | CustomTags |
| The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). | |
| DateTime? | ExpirationTime |
| The expiration time for the remote user created. Defaults to expiring in one day if not specified. | |
| string | Region |
| The region of virtual machine to create the remote user for. | |
| string | Username |
| The username to create the remote user with. | |
| string | VmId |
| The virtual machine ID the multiplayer server is located on. | |
Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon | |
| PlayFabAuthenticationContext | AuthenticationContext |
Additional Inherited Members | |
Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel | |
| string | ToJson () |
Creates a remote user to log on to a VM for a multiplayer server build in a specific region. Returns user credential information necessary to log on.