ServiceBus interface
Properties related to ServiceBus.
- Extends
Properties
endpoint |
Polymorphic discriminator, which specifies the different types this object can be |
endpoint |
The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'. |
entity |
The ServiceBus Topic name for identity-based authentication. |
primary |
PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read. |
secondary |
SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read. |
Inherited Properties
authentication |
Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified. |
created |
Time when the Endpoint was added to DigitalTwinsInstance. NOTE: This property will not be serialized. It can only be populated by the server. |
dead |
Dead letter storage secret for key-based authentication. Will be obfuscated during read. |
dead |
Dead letter storage URL for identity-based authentication. |
identity | Managed identity properties for the endpoint. |
provisioning |
The provisioning state. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endpointType
Polymorphic discriminator, which specifies the different types this object can be
endpointType: "ServiceBus"
Property Value
"ServiceBus"
endpointUri
The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'.
endpointUri?: string
Property Value
string
entityPath
The ServiceBus Topic name for identity-based authentication.
entityPath?: string
Property Value
string
primaryConnectionString
PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
primaryConnectionString?: string
Property Value
string
secondaryConnectionString
SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
secondaryConnectionString?: string
Property Value
string
Inherited Property Details
authenticationType
Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
authenticationType?: string
Property Value
string
Inherited From DigitalTwinsEndpointResourceProperties.authenticationType
createdTime
Time when the Endpoint was added to DigitalTwinsInstance. NOTE: This property will not be serialized. It can only be populated by the server.
createdTime?: Date
Property Value
Date
Inherited From DigitalTwinsEndpointResourceProperties.createdTime
deadLetterSecret
Dead letter storage secret for key-based authentication. Will be obfuscated during read.
deadLetterSecret?: string
Property Value
string
Inherited From DigitalTwinsEndpointResourceProperties.deadLetterSecret
deadLetterUri
Dead letter storage URL for identity-based authentication.
deadLetterUri?: string
Property Value
string
Inherited From DigitalTwinsEndpointResourceProperties.deadLetterUri
identity
Managed identity properties for the endpoint.
identity?: ManagedIdentityReference
Property Value
Inherited From DigitalTwinsEndpointResourceProperties.identity
provisioningState
The provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From DigitalTwinsEndpointResourceProperties.provisioningState