ServiceBusTopicMessage Class

ServiceBusTopicMessage.

Inheritance
ServiceBusTopicMessage

Constructor

ServiceBusTopicMessage(*, authentication=None, brokered_message_properties=None, custom_message_properties=None, message: str = None, namespace: str = None, transport_type=None, topic_path: str = None, **kwargs)

Parameters

Name Description
authentication
Required

Gets or sets the Service Bus authentication.

brokered_message_properties
Required

Gets or sets the brokered message properties.

custom_message_properties
Required

Gets or sets the custom message properties.

message
Required
str

Gets or sets the message.

namespace
Required
str

Gets or sets the namespace.

transport_type
Required

Gets or sets the transport type. Possible values include: 'NotSpecified', 'NetMessaging', 'AMQP'

topic_path
Required
str

Gets or sets the topic path.

Keyword-Only Parameters

Name Description
authentication
Required
brokered_message_properties
Required
custom_message_properties
Required
message
Required
namespace
Required
transport_type
Required
topic_path
Required