ServiceBusTopicOutputDataSourceProperties interface

Service Bus トピックの出力に関連付けられているプロパティ。

Extends

プロパティ

propertyColumns

Service Bus メッセージにカスタム プロパティとして添付する出力列の名前の文字列配列。

systemPropertyColumns

Service Bus トピック出力に関連付けられているシステム プロパティ。 次のシステム プロパティがサポートされています: ReplyToSessionId、ContentType、To、Subject、CorrelationId、TimeToLive、PartitionKey、SessionId、ScheduledEnqueueTime、MessageId、ReplyTo、Label、ScheduledEnqueueTimeUtc。

topicName

Service Bus トピックの名前。 PUT (CreateOrReplace) 要求で必須。

継承されたプロパティ

authenticationMode

認証モード。

serviceBusNamespace

目的のイベント ハブ、Service Bus キュー、Service Bus トピックなどに関連付けられている名前空間。PUT (CreateOrReplace) 要求で必須。

sharedAccessPolicyKey

指定した共有アクセス ポリシーの共有アクセス ポリシー キー。 PUT (CreateOrReplace) 要求で必須。

sharedAccessPolicyName

イベント ハブ、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

ServiceBusDataSourceProperties.authenticationModeから継承されます

serviceBusNamespace

目的のイベント ハブ、Service Bus キュー、Service Bus トピックなどに関連付けられている名前空間。PUT (CreateOrReplace) 要求で必須。

serviceBusNamespace?: string

プロパティ値

string

ServiceBusDataSourceProperties.serviceBusNamespaceから継承されます

sharedAccessPolicyKey

指定した共有アクセス ポリシーの共有アクセス ポリシー キー。 PUT (CreateOrReplace) 要求で必須。

sharedAccessPolicyKey?: string

プロパティ値

string

ServiceBusDataSourceProperties.sharedAccessPolicyKeyから継承されます

sharedAccessPolicyName

イベント ハブ、Service Bus キュー、Service Bus トピックなどの共有アクセス ポリシー名。PUT (CreateOrReplace) 要求で必須。

sharedAccessPolicyName?: string

プロパティ値

string

ServiceBusDataSourceProperties.sharedAccessPolicyNameから継承されます