DigitalTwinsEventHubProperties Class

Definition

Properties related to EventHub.

public class DigitalTwinsEventHubProperties : Azure.ResourceManager.DigitalTwins.Models.DigitalTwinsEndpointResourceProperties
type DigitalTwinsEventHubProperties = class
    inherit DigitalTwinsEndpointResourceProperties
Public Class DigitalTwinsEventHubProperties
Inherits DigitalTwinsEndpointResourceProperties
Inheritance
DigitalTwinsEventHubProperties

Constructors

DigitalTwinsEventHubProperties()

Initializes a new instance of DigitalTwinsEventHubProperties.

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)
ConnectionStringPrimaryKey

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

ConnectionStringSecondaryKey

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

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 EventHub namespace for identity-based authentication. It must include the protocol 'sb://'.

EntityPath

The EventHub name in the EventHub namespace for identity-based authentication.

Identity

Managed identity properties for the endpoint.

(Inherited from DigitalTwinsEndpointResourceProperties)
ProvisioningState

The provisioning state.

(Inherited from DigitalTwinsEndpointResourceProperties)

Applies to