Sdílet prostřednictvím


DigitalTwinsEventHubProperties Class

Definition

Properties related to EventHub.

public class DigitalTwinsEventHubProperties : Azure.ResourceManager.DigitalTwins.Models.DigitalTwinsEndpointResourceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DigitalTwins.Models.DigitalTwinsEventHubProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DigitalTwins.Models.DigitalTwinsEventHubProperties>
public class DigitalTwinsEventHubProperties : Azure.ResourceManager.DigitalTwins.Models.DigitalTwinsEndpointResourceProperties
type DigitalTwinsEventHubProperties = class
    inherit DigitalTwinsEndpointResourceProperties
    interface IJsonModel<DigitalTwinsEventHubProperties>
    interface IPersistableModel<DigitalTwinsEventHubProperties>
type DigitalTwinsEventHubProperties = class
    inherit DigitalTwinsEndpointResourceProperties
Public Class DigitalTwinsEventHubProperties
Inherits DigitalTwinsEndpointResourceProperties
Implements IJsonModel(Of DigitalTwinsEventHubProperties), IPersistableModel(Of DigitalTwinsEventHubProperties)
Public Class DigitalTwinsEventHubProperties
Inherits DigitalTwinsEndpointResourceProperties
Inheritance
DigitalTwinsEventHubProperties
Implements

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)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DigitalTwinsEndpointResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DigitalTwinsEndpointResourceProperties)
IJsonModel<DigitalTwinsEndpointResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DigitalTwinsEndpointResourceProperties)
IJsonModel<DigitalTwinsEventHubProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DigitalTwinsEventHubProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DigitalTwinsEndpointResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DigitalTwinsEndpointResourceProperties)
IPersistableModel<DigitalTwinsEndpointResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DigitalTwinsEndpointResourceProperties)
IPersistableModel<DigitalTwinsEndpointResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DigitalTwinsEndpointResourceProperties)
IPersistableModel<DigitalTwinsEventHubProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DigitalTwinsEventHubProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DigitalTwinsEventHubProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to