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. Allowed entity token types: title |
| List Event Hub Functions |
Lists all currently registered Event Hub triggered Azure Functions for a given title. Allowed entity token types: title |
| List Functions |
Lists all currently registered Azure Functions for a given title. Allowed entity token types: title |
| List Http Functions |
Lists all currently registered HTTP triggered Azure Functions for a given title. Allowed entity token types: title |
| List Queued Functions |
Lists all currently registered Queue triggered Azure Functions for a given title. Allowed entity token types: title |
| Post Function Result For Entity Triggered Action |
Generate an entity PlayStream event for the provided function result. Allowed entity token types: title |
| Post Function Result For Function Execution |
Generate an entity PlayStream event for the provided function result. Allowed entity token types: title |
| Post Function Result For Player Triggered Action |
Generate a player PlayStream event for the provided function result. Allowed entity token types: title |
| Post Function Result For Scheduled Task |
Generate a PlayStream event for the provided function result. Allowed entity token types: title |
| Register Event Hub Function |
Registers an event hub triggered Azure Function with a title. Allowed entity token types: title |
| Register Http Function |
Registers an HTTP triggered Azure function with a title. Allowed entity token types: title |
| Register Queued Function |
Registers a queue triggered Azure Function with a title. Allowed entity token types: title |
| Unregister Function |
Unregisters an Azure Function with a title. Allowed entity token types: title |