Share via


AzureMessagingEventHubsProducerSettings Class

Definition

Represents additional settings for configuring a EventHubProducerClient.

public sealed class AzureMessagingEventHubsProducerSettings : Aspire.Azure.Messaging.EventHubs.AzureMessagingEventHubsSettings
type AzureMessagingEventHubsProducerSettings = class
    inherit AzureMessagingEventHubsSettings
Public NotInheritable Class AzureMessagingEventHubsProducerSettings
Inherits AzureMessagingEventHubsSettings
Inheritance
AzureMessagingEventHubsProducerSettings

Constructors

AzureMessagingEventHubsProducerSettings()

Properties

ConnectionString

Gets or sets the connection string used to connect to the Event Hubs namespace.

(Inherited from AzureMessagingEventHubsSettings)
Credential

Gets or sets the credential used to authenticate to the Event Hubs namespace.

(Inherited from AzureMessagingEventHubsSettings)
DisableTracing

Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.

(Inherited from AzureMessagingEventHubsSettings)
EventHubName

Gets or sets the name of the Event Hub.

(Inherited from AzureMessagingEventHubsSettings)
FullyQualifiedNamespace

Gets or sets the fully qualified Event Hubs namespace.

(Inherited from AzureMessagingEventHubsSettings)

Applies to