Expand description
Module for Azure Functions bindings.
Structs§
- Blob
- Represents an Azure Storage blob input or output binding.
- Blob
Trigger - Represents an Azure Storage blob trigger binding.
- Cosmos
DbDocument - Represents the input or output binding for a Cosmos DB document.
- Cosmos
DbTrigger - Represents a Cosmos DB trigger binding.
- Durable
Activity Context - Represents the Durable Functions activity context binding.
- Durable
Orchestration Client - Represents the Durable Functions orchestration client input binding.
- Durable
Orchestration Context - Represents the Durable Functions orchestration context binding.
- Event
Grid Event - Represents an Event Grid trigger binding.
- Event
HubMessage - Represents an Event Hubs message output binding.
- Event
HubTrigger - Represents an Event Hub trigger binding.
- Generic
Input - Represents a generic input binding.
- Generic
Output - Represents a generic output binding.
- Generic
Trigger - Represents a generic trigger binding.
- Http
Request - Represents a HTTP trigger binding.
- Http
Response - Represents a HTTP output binding.
- Queue
Message - Represents an Azure Storage Queue message output binding.
- Queue
Trigger - Represents a queue trigger binding.
- Send
Grid Message - Represents the SendGrid email message output binding.
- Service
BusMessage - Represents a Service Bus message output binding.
- Service
BusTrigger - Represents a service bus trigger binding.
- SignalR
Connection Info - Represents the SignalR connection information input binding.
- SignalR
Group Action - Represents the SignalR group action output binding.
- SignalR
Message - Represents the SignalR message output binding.
- Table
- Represents an Azure Storage table input or output binding.
- Timer
Info - Represents the timer information from a timer trigger binding.
- Twilio
SmsMessage - Represents the Twilio SMS message output binding.
Type Aliases§
- Row
- Represents the data of an Azure Storage table row.