次の方法で共有


ServiceBusTopicMessage クラス

ServiceBusTopicMessage。

継承
ServiceBusTopicMessage

コンストラクター

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)

パラメーター

名前 説明
authentication
必須

Service Bus 認証を取得または設定します。

brokered_message_properties
必須

仲介型メッセージのプロパティを取得または設定します。

custom_message_properties
必須

カスタム メッセージのプロパティを取得または設定します。

message
必須
str

メッセージを取得または設定します。

namespace
必須
str

名前空間を取得または設定します。

transport_type
必須

トランスポートの種類を取得または設定します。 指定できる値は、'NotSpecified'、'NetMessaging'、'AMQP' です。

topic_path
必須
str

トピック パスを取得または設定します。

キーワードのみのパラメーター

名前 説明
authentication
必須
brokered_message_properties
必須
custom_message_properties
必須
message
必須
namespace
必須
transport_type
必須
topic_path
必須