AzureMessagingServiceBusSettings 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.
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. |