ServiceBusTopicOutputDataSourceProperties Class

The properties that are associated with a Service Bus Topic output.

Inheritance
azure.mgmt.streamanalytics.models._models_py3.ServiceBusDataSourceProperties
ServiceBusTopicOutputDataSourceProperties

Constructor

ServiceBusTopicOutputDataSourceProperties(*, service_bus_namespace: Optional[str] = None, shared_access_policy_name: Optional[str] = None, shared_access_policy_key: Optional[str] = None, authentication_mode: Optional[Union[str, azure.mgmt.streamanalytics.models._stream_analytics_management_client_enums.AuthenticationMode]] = None, topic_name: Optional[str] = None, property_columns: Optional[List[str]] = None, system_property_columns: Optional[Dict[str, str]] = None, **kwargs)

Parameters

service_bus_namespace
str
Required

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

shared_access_policy_name
str
Required

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

shared_access_policy_key
str
Required

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

authentication_mode
str or <xref:stream_analytics_management_client.models.AuthenticationMode>
Required

Authentication Mode. Possible values include: "Msi", "UserToken", "ConnectionString".

topic_name
str
Required

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

property_columns
list[str]
Required

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

system_property_columns
dict[str, str]
Required

Dictionary of <string>.