ServiceBusTopicOutputDataSource Class

Definition

Describes a Service Bus Topic output data source.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.ServiceBus/Topic")]
public class ServiceBusTopicOutputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.ServiceBus/Topic")>]
type ServiceBusTopicOutputDataSource = class
    inherit OutputDataSource
Public Class ServiceBusTopicOutputDataSource
Inherits OutputDataSource
Inheritance
ServiceBusTopicOutputDataSource
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

ServiceBusTopicOutputDataSource()

Initializes a new instance of the ServiceBusTopicOutputDataSource class.

ServiceBusTopicOutputDataSource(String, String, String, String, String, IList<String>, IDictionary<String,String>)

Initializes a new instance of the ServiceBusTopicOutputDataSource class.

Properties

AuthenticationMode

Gets or sets authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'

PropertyColumns

Gets or sets a string array of the names of output columns to be attached to Service Bus messages as custom properties.

ServiceBusNamespace

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

SharedAccessPolicyKey

Gets or sets the shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.

SharedAccessPolicyName

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

SystemPropertyColumns

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

TopicName

Gets or sets the name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.

Applies to