Server-Side Cloud Script
Server-Side Cloud Script APIs
Operations
Execute Entity Cloud Script |
Cloud Script is one of PlayFab's most versatile features. It allows client code to request execution of any kind of custom server-side functionality you can imp... |
Execute Function |
Cloud Script is one of PlayFab's most versatile features. It allows client code to request execution of any kind of custom server-side functionality you can imp... |
Get Function |
Gets registered Azure Functions for a given title id and function name. |
List Event Hub Functions |
Lists all currently registered Event Hub triggered Azure Functions for a given title. |
List Functions |
Lists all currently registered Azure Functions for a given title. |
List Http Functions |
Lists all currently registered HTTP triggered Azure Functions for a given title. |
List Queued Functions |
Lists all currently registered Queue triggered Azure Functions for a given title. |
Post Function Result For Entity Triggered Action |
Generate an entity PlayStream event for the provided function result. |
Post Function Result For Function Execution |
Generate an entity PlayStream event for the provided function result. |
Post Function Result For Player Triggered Action |
Generate a player PlayStream event for the provided function result. |
Post Function Result For Scheduled Task |
Generate a PlayStream event for the provided function result. |
Register Event Hub Function |
Registers an event hub triggered Azure Function with a title. |
Register Http Function |
Registers an HTTP triggered Azure function with a title. |
Register Queued Function |
Registers a queue triggered Azure Function with a title. |
Unregister Function |
Unregisters an Azure Function with a title. |