ServiceBusQueueOutputDataSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a Service Bus Queue output data source.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.ServiceBus/Queue")]
public class ServiceBusQueueOutputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.ServiceBus/Queue")>]
type ServiceBusQueueOutputDataSource = class
inherit OutputDataSource
Public Class ServiceBusQueueOutputDataSource
Inherits OutputDataSource
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
ServiceBusQueueOutputDataSource() |
Initializes a new instance of the ServiceBusQueueOutputDataSource class. |
ServiceBusQueueOutputDataSource(String, String, String, String, String, IList<String>, Object) |
Initializes a new instance of the ServiceBusQueueOutputDataSource 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. |
QueueName |
Gets or sets the name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests. |
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 Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. |
Applies to
Azure SDK for .NET