ServiceBusQueueOutputDataSource interface
Service Bus キューの出力データ ソースについて説明します。
- Extends
プロパティ
authentication |
認証モード。 |
property |
Service Bus メッセージにカスタム プロパティとしてアタッチする出力列の名前の文字列配列。 |
queue |
Service Bus キューの名前。 PUT (CreateOrReplace) 要求で必要です。 |
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。 |
type | ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。 |
プロパティの詳細
authenticationMode
認証モード。
authenticationMode?: string
プロパティ値
string
propertyColumns
Service Bus メッセージにカスタム プロパティとしてアタッチする出力列の名前の文字列配列。
propertyColumns?: string[]
プロパティ値
string[]
queueName
Service Bus キューの名前。 PUT (CreateOrReplace) 要求で必要です。
queueName?: 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?: Record<string, unknown>
プロパティ値
Record<string, unknown>
type
ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。
type: "Microsoft.ServiceBus/Queue"
プロパティ値
"Microsoft.ServiceBus/Queue"