Delen via


ServiceBusTopicOutputDataSource Class

Definition

Describes a Service Bus Topic output data source.

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

Constructors

ServiceBusTopicOutputDataSource()

Initializes a new instance of ServiceBusTopicOutputDataSource.

Properties

AuthenticationMode

Authentication Mode.

PropertyColumns

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

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 Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.

TopicName

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ServiceBusTopicOutputDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceBusTopicOutputDataSource>.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<ServiceBusTopicOutputDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceBusTopicOutputDataSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceBusTopicOutputDataSource>.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