ServiceBusQueueOutputDataSource interface

Describes a Service Bus Queue output data source.

Extends

Properties

authenticationMode

Authentication Mode.

propertyColumns

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

queueName

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

serviceBusNamespace

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

sharedAccessPolicyKey

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

sharedAccessPolicyName

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

systemPropertyColumns

The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

authenticationMode

Authentication Mode.

authenticationMode?: string

Property Value

string

propertyColumns

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

propertyColumns?: string[]

Property Value

string[]

queueName

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

queueName?: string

Property Value

string

serviceBusNamespace

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

serviceBusNamespace?: string

Property Value

string

sharedAccessPolicyKey

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

sharedAccessPolicyKey?: string

Property Value

string

sharedAccessPolicyName

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

sharedAccessPolicyName?: string

Property Value

string

systemPropertyColumns

The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.

systemPropertyColumns?: Record<string, unknown>

Property Value

Record<string, unknown>

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Microsoft.ServiceBus/Queue"

Property Value

"Microsoft.ServiceBus/Queue"