output module

Funktioner

cosmosDB(CosmosDBOutputOptions)

Länka till dokument och exempel

eventGrid(EventGridOutputOptions)

Länka till dokument och exempel

eventHub(EventHubOutputOptions)

Länka till dokument och exempel

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

http(HttpOutputOptions)

Länka till dokument och exempel

serviceBusQueue(ServiceBusQueueOutputOptions)

Länka till dokument och exempel

serviceBusTopic(ServiceBusTopicOutputOptions)

Länka till dokument och exempel

sql(SqlOutputOptions)

Länka till dokument och exempel

storageBlob(StorageBlobOptions)

Länka till dokument och exempel

storageQueue(StorageQueueOptions)

Länka till dokument och exempel

table(TableOutputOptions)

Länka till dokument och exempel

Funktionsinformation

cosmosDB(CosmosDBOutputOptions)

Länka till dokument och exempel

function cosmosDB(options: CosmosDBOutputOptions): CosmosDBOutput

Parametrar

Returer

eventGrid(EventGridOutputOptions)

Länka till dokument och exempel

function eventGrid(options: EventGridOutputOptions): EventGridOutput

Parametrar

Returer

eventHub(EventHubOutputOptions)

Länka till dokument och exempel

function eventHub(options: EventHubOutputOptions): EventHubOutput

Parametrar

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

Returer

http(HttpOutputOptions)

Länka till dokument och exempel

function http(options: HttpOutputOptions): HttpOutput

Parametrar

Returer

serviceBusQueue(ServiceBusQueueOutputOptions)

Länka till dokument och exempel

function serviceBusQueue(options: ServiceBusQueueOutputOptions): ServiceBusQueueOutput

Parametrar

Returer

serviceBusTopic(ServiceBusTopicOutputOptions)

Länka till dokument och exempel

function serviceBusTopic(options: ServiceBusTopicOutputOptions): ServiceBusTopicOutput

Parametrar

Returer

sql(SqlOutputOptions)

Länka till dokument och exempel

function sql(options: SqlOutputOptions): SqlOutput

Parametrar

Returer

storageBlob(StorageBlobOptions)

Länka till dokument och exempel

function storageBlob(options: StorageBlobOptions): StorageBlobOutput

Parametrar

Returer

storageQueue(StorageQueueOptions)

Länka till dokument och exempel

function storageQueue(options: StorageQueueOptions): StorageQueueOutput

Parametrar

Returer

table(TableOutputOptions)

Länka till dokument och exempel

function table(options: TableOutputOptions): TableOutput

Parametrar

Returer