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
ServiceBusDataSourceProperties.sharedAccessPolicyKeyから継承されます
sharedAccessPolicyName
イベント ハブ、Service Bus キュー、Service Bus トピックなどの共有アクセス ポリシー名。PUT (CreateOrReplace) 要求で必須。
sharedAccessPolicyName?: string
プロパティ値
string
ServiceBusDataSourceProperties.sharedAccessPolicyNameから継承されます