DigitalTwinsServiceBusProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties related to ServiceBus.
public class DigitalTwinsServiceBusProperties : Azure.ResourceManager.DigitalTwins.Models.DigitalTwinsEndpointResourceProperties
type DigitalTwinsServiceBusProperties = class
inherit DigitalTwinsEndpointResourceProperties
Public Class DigitalTwinsServiceBusProperties
Inherits DigitalTwinsEndpointResourceProperties
- Inheritance
Constructors
DigitalTwinsServiceBusProperties() |
Initializes a new instance of DigitalTwinsServiceBusProperties. |
Properties
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. (Inherited from DigitalTwinsEndpointResourceProperties) |
CreatedOn |
Time when the Endpoint was added to DigitalTwinsInstance. (Inherited from DigitalTwinsEndpointResourceProperties) |
DeadLetterSecret |
Dead letter storage secret for key-based authentication. Will be obfuscated during read. (Inherited from DigitalTwinsEndpointResourceProperties) |
DeadLetterUri |
Dead letter storage URL for identity-based authentication. (Inherited from DigitalTwinsEndpointResourceProperties) |
EndpointUri |
The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'. |
EntityPath |
The ServiceBus Topic name for identity-based authentication. |
Identity |
Managed identity properties for the endpoint. (Inherited from DigitalTwinsEndpointResourceProperties) |
PrimaryConnectionString |
PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read. |
ProvisioningState |
The provisioning state. (Inherited from DigitalTwinsEndpointResourceProperties) |
SecondaryConnectionString |
SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read. |
Applies to
Azure SDK for .NET