ServiceBusTopicOutputDataSourceProperties interface
Service Bus トピックの出力に関連付けられているプロパティ。
- Extends
プロパティ
| property |
Service Bus メッセージにカスタム プロパティとしてアタッチする出力列の名前の文字列配列。 |
| system |
Service Bus トピック出力に関連付けられているシステム プロパティ。 ReplyToSessionId、ContentType、To、Subject、CorrelationId、TimeToLive、PartitionKey、SessionId、ScheduledEnqueueTime、MessageId、ReplyTo、Label、ScheduledEnqueueTimeUtc のシステム プロパティがサポートされています。 |
| topic |
Service Bus トピックの名前。 PUT (CreateOrReplace) 要求で必要です。 |
継承されたプロパティ
| authentication |
認証モード。 |
| service |
目的のイベント ハブ、Service Bus キュー、Service Bus トピックなどに関連付けられている名前空間。PUT (CreateOrReplace) 要求で必要です。 |
| shared |
指定した共有アクセス ポリシーの共有アクセス ポリシー キー。 PUT (CreateOrReplace) 要求で必要です。 |
| shared |
イベント ハブ、Service Bus キュー、Service Bus トピックなどの共有アクセス ポリシー名。PUT (CreateOrReplace) 要求で必要です。 |
プロパティの詳細
propertyColumns
Service Bus メッセージにカスタム プロパティとしてアタッチする出力列の名前の文字列配列。
propertyColumns?: string[]
プロパティ値
string[]
systemPropertyColumns
Service Bus トピック出力に関連付けられているシステム プロパティ。 ReplyToSessionId、ContentType、To、Subject、CorrelationId、TimeToLive、PartitionKey、SessionId、ScheduledEnqueueTime、MessageId、ReplyTo、Label、ScheduledEnqueueTimeUtc のシステム プロパティがサポートされています。
systemPropertyColumns?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}
topicName
Service Bus トピックの名前。 PUT (CreateOrReplace) 要求で必要です。
topicName?: string
プロパティ値
string
継承されたプロパティの詳細
authenticationMode
認証モード。
authenticationMode?: string
プロパティ値
string
serviceBusNamespace
目的のイベント ハブ、Service Bus キュー、Service Bus トピックなどに関連付けられている名前空間。PUT (CreateOrReplace) 要求で必要です。
serviceBusNamespace?: string
プロパティ値
string
sharedAccessPolicyKey
指定した共有アクセス ポリシーの共有アクセス ポリシー キー。 PUT (CreateOrReplace) 要求で必要です。
sharedAccessPolicyKey?: string
プロパティ値
string
sharedAccessPolicyName
イベント ハブ、Service Bus キュー、Service Bus トピックなどの共有アクセス ポリシー名。PUT (CreateOrReplace) 要求で必要です。
sharedAccessPolicyName?: string
プロパティ値
string