Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFCloudScriptEventHubFunctionModel data model.
Syntax
typedef struct PFCloudScriptEventHubFunctionModel {
const char* connectionString;
const char* eventHubName;
const char* functionName;
} PFCloudScriptEventHubFunctionModel;
Members
connectionString const char*
is null-terminated
(Optional) The connection string for the event hub.
eventHubName const char*
is null-terminated
(Optional) The name of the event hub that triggers the Azure Function.
functionName const char*
is null-terminated
(Optional) The name the function was registered under.
Requirements
Header: PFCloudScriptTypes.h