ServiceBusDataSourceProperties interface
Service Bus 데이터 원본(큐, 토픽, Event Hubs 등)과 연결된 공통 속성입니다.
속성
authentication |
인증 모드. |
service |
원하는 이벤트 허브, Service Bus 큐, Service Bus 토픽 등과 연결된 네임스페이스입니다. PUT(CreateOrReplace) 요청에 필요합니다. |
shared |
지정된 공유 액세스 정책에 대한 공유 액세스 정책 키입니다. PUT(CreateOrReplace) 요청에 필요합니다. |
shared |
이벤트 허브, Service Bus 큐, Service Bus 토픽 등에 대한 공유 액세스 정책 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다. |
속성 세부 정보
authenticationMode
인증 모드.
authenticationMode?: 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