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"