你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

output module

函数

cosmosDB(CosmosDBOutputOptions)

文档和示例链接

eventGrid(EventGridOutputOptions)

文档和示例链接

eventHub(EventHubOutputOptions)

文档和示例链接

generic(GenericOutputOptions)

可用于任何输出类型的泛型选项,如果所需的输出类型还没有自己的方法,请使用此方法

http(HttpOutputOptions)

文档和示例链接

serviceBusQueue(ServiceBusQueueOutputOptions)

文档和示例链接

serviceBusTopic(ServiceBusTopicOutputOptions)

文档和示例链接

sql(SqlOutputOptions)

文档和示例链接

storageBlob(StorageBlobOptions)

文档和示例链接

storageQueue(StorageQueueOptions)

文档和示例链接

table(TableOutputOptions)

文档和示例链接

函数详细信息

cosmosDB(CosmosDBOutputOptions)

文档和示例链接

function cosmosDB(options: CosmosDBOutputOptions): CosmosDBOutput

参数

返回

eventGrid(EventGridOutputOptions)

文档和示例链接

function eventGrid(options: EventGridOutputOptions): EventGridOutput

参数

返回

eventHub(EventHubOutputOptions)

文档和示例链接

function eventHub(options: EventHubOutputOptions): EventHubOutput

参数

返回

generic(GenericOutputOptions)

可用于任何输出类型的泛型选项,如果所需的输出类型还没有自己的方法,请使用此方法

function generic(options: GenericOutputOptions): FunctionOutput

参数

返回

http(HttpOutputOptions)

文档和示例链接

function http(options: HttpOutputOptions): HttpOutput

参数

返回

serviceBusQueue(ServiceBusQueueOutputOptions)

文档和示例链接

function serviceBusQueue(options: ServiceBusQueueOutputOptions): ServiceBusQueueOutput

参数

返回

serviceBusTopic(ServiceBusTopicOutputOptions)

文档和示例链接

function serviceBusTopic(options: ServiceBusTopicOutputOptions): ServiceBusTopicOutput

参数

返回

sql(SqlOutputOptions)

文档和示例链接

function sql(options: SqlOutputOptions): SqlOutput

参数

返回

storageBlob(StorageBlobOptions)

文档和示例链接

function storageBlob(options: StorageBlobOptions): StorageBlobOutput

参数

返回

storageQueue(StorageQueueOptions)

文档和示例链接

function storageQueue(options: StorageQueueOptions): StorageQueueOutput

参数

返回

table(TableOutputOptions)

文档和示例链接

function table(options: TableOutputOptions): TableOutput

参数

返回