Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceBusTopicOutputDataSource

Package version

Describes a Service Bus Topic output data source.

Hierarchy

  • ServiceBusTopicOutputDataSource

Index

Properties

Optional propertyColumns

propertyColumns: string[]

A string array of the names of output columns to be attached to Service Bus messages as custom properties.

Optional serviceBusNamespace

serviceBusNamespace: undefined | string

The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

Optional sharedAccessPolicyKey

sharedAccessPolicyKey: undefined | string

The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.

Optional sharedAccessPolicyName

sharedAccessPolicyName: undefined | string

The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

Optional topicName

topicName: undefined | string

The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.

type

type: "Microsoft.ServiceBus/Topic"

Polymorphic Discriminator

Generated using TypeDoc