ServiceBus Class

Definition

Properties related to ServiceBus.

public class ServiceBus : Microsoft.Azure.Management.DigitalTwins.Models.DigitalTwinsEndpointResourceProperties
type ServiceBus = class
    inherit DigitalTwinsEndpointResourceProperties
Public Class ServiceBus
Inherits DigitalTwinsEndpointResourceProperties
Inheritance

Constructors

ServiceBus()

Initializes a new instance of the ServiceBus class.

ServiceBus(String, Nullable<DateTime>, String, String, String, String, String, String, String)

Initializes a new instance of the ServiceBus class.

Properties

AuthenticationType

Gets or sets 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. Possible values include: 'KeyBased', 'IdentityBased'

(Inherited from DigitalTwinsEndpointResourceProperties)
CreatedTime

Gets time when the Endpoint was added to DigitalTwinsInstance.

(Inherited from DigitalTwinsEndpointResourceProperties)
DeadLetterSecret

Gets or sets dead letter storage secret for key-based authentication. Will be obfuscated during read.

(Inherited from DigitalTwinsEndpointResourceProperties)
DeadLetterUri

Gets or sets dead letter storage URL for identity-based authentication.

(Inherited from DigitalTwinsEndpointResourceProperties)
EndpointUri

Gets or sets the URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'.

EntityPath

Gets or sets the ServiceBus Topic name for identity-based authentication.

PrimaryConnectionString

Gets or sets primaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.

ProvisioningState

Gets the provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Updating', 'Succeeded', 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'

(Inherited from DigitalTwinsEndpointResourceProperties)
SecondaryConnectionString

Gets or sets secondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.

Applies to