InvocationContextExtraOutputs interface
An object used to set secondary outputs
Methods
get(string | Function |
Get a secondary generic output for this invocation |
set(Cosmos |
Set a secondary Cosmos DB documents output for this invocation |
set(Event |
Set a secondary Event Grid output for this invocation |
set(Event |
Set a secondary Event Hub output for this invocation |
set(Http |
Set a secondary http response output for this invocation |
set(Service |
Set a secondary Service Bus queue output for this invocation |
set(Service |
Set a secondary Service Bus topic output for this invocation |
set(Sql |
Set a secondary SQL items output for this invocation |
set(Storage |
Set a secondary storage blob entry output for this invocation |
set(Storage |
Set a secondary storage queue entry output for this invocation |
set(string | Function |
Set a secondary generic output for this invocation |
set(Table |
Set a secondary table output for this invocation |
Method Details
get(string | FunctionOutput)
Get a secondary generic output for this invocation
function get(outputOrName: string | FunctionOutput): unknown
Parameters
- outputOrName
-
string | FunctionOutput
Returns
unknown
set(CosmosDBOutput, unknown)
Set a secondary Cosmos DB documents output for this invocation
function set(output: CosmosDBOutput, documents: unknown)
Parameters
- output
- CosmosDBOutput
- documents
-
unknown
set(EventGridOutput, EventGridPartialEvent | EventGridPartialEvent[])
Set a secondary Event Grid output for this invocation
function set(output: EventGridOutput, events: EventGridPartialEvent | EventGridPartialEvent[])
Parameters
- output
- EventGridOutput
- events
set(EventHubOutput, unknown)
Set a secondary Event Hub output for this invocation
function set(output: EventHubOutput, messages: unknown)
Parameters
- output
- EventHubOutput
- messages
-
unknown
set(HttpOutput, HttpResponse)
Set a secondary http response output for this invocation
function set(output: HttpOutput, response: HttpResponse)
Parameters
- output
- HttpOutput
- response
- HttpResponse
set(ServiceBusQueueOutput, unknown)
Set a secondary Service Bus queue output for this invocation
function set(output: ServiceBusQueueOutput, messages: unknown)
Parameters
- output
- ServiceBusQueueOutput
- messages
-
unknown
set(ServiceBusTopicOutput, unknown)
Set a secondary Service Bus topic output for this invocation
function set(output: ServiceBusTopicOutput, messages: unknown)
Parameters
- output
- ServiceBusTopicOutput
- messages
-
unknown
set(SqlOutput, unknown)
Set a secondary SQL items output for this invocation
function set(output: SqlOutput, items: unknown)
Parameters
- output
- SqlOutput
- items
-
unknown
set(StorageBlobOutput, unknown)
Set a secondary storage blob entry output for this invocation
function set(output: StorageBlobOutput, blob: unknown)
Parameters
- output
- StorageBlobOutput
- blob
-
unknown
set(StorageQueueOutput, unknown)
Set a secondary storage queue entry output for this invocation
function set(output: StorageQueueOutput, queueItem: unknown)
Parameters
- output
- StorageQueueOutput
- queueItem
-
unknown
set(string | FunctionOutput, unknown)
Set a secondary generic output for this invocation
function set(outputOrName: string | FunctionOutput, value: unknown)
Parameters
- outputOrName
-
string | FunctionOutput
- value
-
unknown
set(TableOutput, unknown)
Set a secondary table output for this invocation
function set(output: TableOutput, tableEntity: unknown)
Parameters
- output
- TableOutput
- tableEntity
-
unknown