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
必須
|
メッセージを取得または設定します。 |
namespace
必須
|
名前空間を取得または設定します。 |
transport_type
必須
|
トランスポートの種類を取得または設定します。 指定できる値は、'NotSpecified'、'NetMessaging'、'AMQP' です。 |
topic_path
必須
|
トピック パスを取得または設定します。 |
キーワードのみのパラメーター
名前 | 説明 |
---|---|
authentication
必須
|
|
brokered_message_properties
必須
|
|
custom_message_properties
必須
|
|
message
必須
|
|
namespace
必須
|
|
transport_type
必須
|
|
topic_path
必須
|
|
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python