Share via


AzureMessagingServiceBusSettings Class

Definition

Provides the client configuration settings for connecting to Azure Service Bus.

public sealed class AzureMessagingServiceBusSettings
type AzureMessagingServiceBusSettings = class
Public NotInheritable Class AzureMessagingServiceBusSettings
Inheritance
AzureMessagingServiceBusSettings

Constructors

AzureMessagingServiceBusSettings()

Properties

ConnectionString

Gets or sets the connection string used to connect to the Service Bus namespace.

Credential

Gets or sets the credential used to authenticate to the Service Bus namespace.

DisableTracing

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

FullyQualifiedNamespace

Gets or sets the fully qualified Service Bus namespace.

HealthCheckQueueName

Name of the queue used by the health check. Mandatory to get health checks enabled.

HealthCheckTopicName

Name of the topic used by the health check. Mandatory to get health checks enabled.

Applies to