다음을 통해 공유


ServiceBus interface

ServiceBus와 관련된 속성입니다.

Extends

속성

endpointType

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

endpointUri

ID 기반 인증을 위한 ServiceBus 네임스페이스의 URL입니다. 'sb://' 프로토콜을 포함해야 합니다.

entityPath

ID 기반 인증의 ServiceBus 토픽 이름입니다.

primaryConnectionString

키 기반 인증을 위한 엔드포인트의 PrimaryConnectionString입니다. 읽는 동안 난독 제거됩니다.

secondaryConnectionString

키 기반 인증을 위한 엔드포인트의 SecondaryConnectionString입니다. 읽는 동안 난독 제거됩니다.

상속된 속성

authenticationType

엔드포인트에 연결하는 데 사용되는 인증 유형을 지정합니다. 기본값은 'KeyBased'입니다. 'KeyBased'를 선택하면 연결 문자열을 지정해야 합니다(적어도 기본 연결 문자열). 'IdentityBased'를 선택하면 endpointUri 및 entityPath 속성을 지정해야 합니다.

createdTime

엔드포인트가 DigitalTwinsInstance에 추가된 시간입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

deadLetterSecret

키 기반 인증을 위한 배달 못 한 편지 스토리지 비밀입니다. 읽는 동안 난독 제거됩니다.

deadLetterUri

ID 기반 인증을 위한 배달 못 한 편지 스토리지 URL입니다.

identity

엔드포인트에 대한 관리 ID 속성입니다.

provisioningState

프로비전 상태입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

속성 세부 정보

endpointType

이 개체가 될 수 있는 다양한 형식을 지정하는 다형 판별자

endpointType: "ServiceBus"

속성 값

"ServiceBus"

endpointUri

ID 기반 인증을 위한 ServiceBus 네임스페이스의 URL입니다. 'sb://' 프로토콜을 포함해야 합니다.

endpointUri?: string

속성 값

string

entityPath

ID 기반 인증의 ServiceBus 토픽 이름입니다.

entityPath?: string

속성 값

string

primaryConnectionString

키 기반 인증을 위한 엔드포인트의 PrimaryConnectionString입니다. 읽는 동안 난독 제거됩니다.

primaryConnectionString?: string

속성 값

string

secondaryConnectionString

키 기반 인증을 위한 엔드포인트의 SecondaryConnectionString입니다. 읽는 동안 난독 제거됩니다.

secondaryConnectionString?: string

속성 값

string

상속된 속성 세부 정보

authenticationType

엔드포인트에 연결하는 데 사용되는 인증 유형을 지정합니다. 기본값은 'KeyBased'입니다. 'KeyBased'를 선택하면 연결 문자열을 지정해야 합니다(적어도 기본 연결 문자열). 'IdentityBased'를 선택하면 endpointUri 및 entityPath 속성을 지정해야 합니다.

authenticationType?: string

속성 값

string

DigitalTwinsEndpointResourceProperties.authenticationType 상속된

createdTime

엔드포인트가 DigitalTwinsInstance에 추가된 시간입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

createdTime?: Date

속성 값

Date

DigitalTwinsEndpointResourceProperties.createdTime 상속된

deadLetterSecret

키 기반 인증을 위한 배달 못 한 편지 스토리지 비밀입니다. 읽는 동안 난독 제거됩니다.

deadLetterSecret?: string

속성 값

string

DigitalTwinsEndpointResourceProperties.deadLetterSecret 상속된

deadLetterUri

ID 기반 인증을 위한 배달 못 한 편지 스토리지 URL입니다.

deadLetterUri?: string

속성 값

string

DigitalTwinsEndpointResourceProperties.deadLetterUri 상속된

identity

엔드포인트에 대한 관리 ID 속성입니다.

identity?: ManagedIdentityReference

속성 값

DigitalTwinsEndpointResourceProperties.identity 상속된

provisioningState

프로비전 상태입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

provisioningState?: string

속성 값

string

DigitalTwinsEndpointResourceProperties.provisioningState 상속된