output module
Funktioner
| cosmosDB(Cosmos |
|
| event |
|
| event |
|
| generic(Generic |
Ett allmänt alternativ som kan användas för alla utdatatyper Använd den här metoden om din önskade utdatatyp inte redan har en egen metod |
| http(Http |
|
| service |
|
| service |
|
| sql(Sql |
|
| storage |
|
| storage |
|
| table(Table |
Funktionsinformation
cosmosDB(CosmosDBOutputOptions)
Länka till dokument och exempel
function cosmosDB(options: CosmosDBOutputOptions): CosmosDBOutput
Parametrar
- options
- CosmosDBOutputOptions
Returer
eventGrid(EventGridOutputOptions)
Länka till dokument och exempel
function eventGrid(options: EventGridOutputOptions): EventGridOutput
Parametrar
- options
- EventGridOutputOptions
Returer
eventHub(EventHubOutputOptions)
Länka till dokument och exempel
function eventHub(options: EventHubOutputOptions): EventHubOutput
Parametrar
- options
- EventHubOutputOptions
Returer
generic(GenericOutputOptions)
Ett allmänt alternativ som kan användas för alla utdatatyper Använd den här metoden om din önskade utdatatyp inte redan har en egen metod
function generic(options: GenericOutputOptions): FunctionOutput
Parametrar
- options
- GenericOutputOptions
Returer
http(HttpOutputOptions)
Länka till dokument och exempel
function http(options: HttpOutputOptions): HttpOutput
Parametrar
- options
- HttpOutputOptions
Returer
serviceBusQueue(ServiceBusQueueOutputOptions)
Länka till dokument och exempel
function serviceBusQueue(options: ServiceBusQueueOutputOptions): ServiceBusQueueOutput
Parametrar
- options
- ServiceBusQueueOutputOptions
Returer
serviceBusTopic(ServiceBusTopicOutputOptions)
Länka till dokument och exempel
function serviceBusTopic(options: ServiceBusTopicOutputOptions): ServiceBusTopicOutput
Parametrar
- options
- ServiceBusTopicOutputOptions
Returer
sql(SqlOutputOptions)
Länka till dokument och exempel
function sql(options: SqlOutputOptions): SqlOutput
Parametrar
- options
- SqlOutputOptions
Returer
storageBlob(StorageBlobOptions)
Länka till dokument och exempel
function storageBlob(options: StorageBlobOptions): StorageBlobOutput
Parametrar
- options
- StorageBlobOptions
Returer
storageQueue(StorageQueueOptions)
Länka till dokument och exempel
function storageQueue(options: StorageQueueOptions): StorageQueueOutput
Parametrar
- options
- StorageQueueOptions
Returer
table(TableOutputOptions)
Länka till dokument och exempel
function table(options: TableOutputOptions): TableOutput
Parametrar
- options
- TableOutputOptions