ServiceBusResponse

data class ServiceBusResponse(val authenticationType: String? = null, val createdTime: String, val deadLetterSecret: String? = null, val deadLetterUri: String? = null, val endpointType: String, val endpointUri: String? = null, val entityPath: String? = null, val primaryConnectionString: String? = null, val provisioningState: String, val secondaryConnectionString: String? = null)

Properties related to ServiceBus.

Constructors

Link copied to clipboard
constructor(authenticationType: String? = null, createdTime: String, deadLetterSecret: String? = null, deadLetterUri: String? = null, endpointType: String, endpointUri: String? = null, entityPath: String? = null, primaryConnectionString: String? = null, provisioningState: String, secondaryConnectionString: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the authentication type being used for connecting to the endpoint.

Link copied to clipboard

Time when the Endpoint was added to DigitalTwinsInstance.

Link copied to clipboard

Dead letter storage secret for key-based authentication. Will be obfuscated during read.

Link copied to clipboard
val deadLetterUri: String? = null

Dead letter storage URL for identity-based authentication.

Link copied to clipboard

The type of Digital Twins endpoint Expected value is 'ServiceBus'.

Link copied to clipboard
val endpointUri: String? = null

The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol sb://

Link copied to clipboard
val entityPath: String? = null

The ServiceBus Topic name for identity-based authentication

Link copied to clipboard

PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.

Link copied to clipboard

The provisioning state.

Link copied to clipboard

SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.