Delen via


ServiceBusQueueOutputDataSource Class

Definition

Describes a Service Bus Queue output data source.

public class ServiceBusQueueOutputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.ServiceBusQueueOutputDataSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.ServiceBusQueueOutputDataSource>
public class ServiceBusQueueOutputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource
type ServiceBusQueueOutputDataSource = class
    inherit StreamingJobOutputDataSource
    interface IJsonModel<ServiceBusQueueOutputDataSource>
    interface IPersistableModel<ServiceBusQueueOutputDataSource>
type ServiceBusQueueOutputDataSource = class
    inherit StreamingJobOutputDataSource
Public Class ServiceBusQueueOutputDataSource
Inherits StreamingJobOutputDataSource
Implements IJsonModel(Of ServiceBusQueueOutputDataSource), IPersistableModel(Of ServiceBusQueueOutputDataSource)
Public Class ServiceBusQueueOutputDataSource
Inherits StreamingJobOutputDataSource
Inheritance
ServiceBusQueueOutputDataSource
Implements

Constructors

ServiceBusQueueOutputDataSource()

Initializes a new instance of ServiceBusQueueOutputDataSource.

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ServiceBusQueueOutputDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceBusQueueOutputDataSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<StreamingJobOutputDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from StreamingJobOutputDataSource)
IJsonModel<StreamingJobOutputDataSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from StreamingJobOutputDataSource)
IPersistableModel<ServiceBusQueueOutputDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceBusQueueOutputDataSource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceBusQueueOutputDataSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<StreamingJobOutputDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from StreamingJobOutputDataSource)
IPersistableModel<StreamingJobOutputDataSource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from StreamingJobOutputDataSource)
IPersistableModel<StreamingJobOutputDataSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from StreamingJobOutputDataSource)

Applies to