ServiceBusTopicOutputDataSource interface
Service Bus トピックの出力データ ソースについて説明します。
- Extends
プロパティ
authentication |
認証モード。 |
property |
Service Bus メッセージにカスタム プロパティとして添付する出力列の名前の文字列配列。 |
service |
目的のイベント ハブ、Service Bus キュー、Service Bus トピックなどに関連付けられている名前空間。PUT (CreateOrReplace) 要求で必須。 |
shared |
指定した共有アクセス ポリシーの共有アクセス ポリシー キー。 PUT (CreateOrReplace) 要求で必須。 |
shared |
イベント ハブ、Service Bus キュー、Service Bus トピックなどの共有アクセス ポリシー名。PUT (CreateOrReplace) 要求で必須。 |
system |
Service Bus トピック出力に関連付けられているシステム プロパティ。 次のシステム プロパティがサポートされています: ReplyToSessionId、ContentType、To、Subject、CorrelationId、TimeToLive、PartitionKey、SessionId、ScheduledEnqueueTime、MessageId、ReplyTo、Label、ScheduledEnqueueTimeUtc。 |
topic |
Service Bus トピックの名前。 PUT (CreateOrReplace) 要求で必須。 |
type | ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。 |
プロパティの詳細
authenticationMode
認証モード。
authenticationMode?: string
プロパティ値
string
propertyColumns
Service Bus メッセージにカスタム プロパティとして添付する出力列の名前の文字列配列。
propertyColumns?: 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
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
type
ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。
type: "Microsoft.ServiceBus/Topic"
プロパティ値
"Microsoft.ServiceBus/Topic"