AzureMessagingServiceBusSettings
Class sealed net10.0
Provides the client configuration settings for connecting to Azure Service Bus.
namespace Aspire.Azure.Messaging.ServiceBus;
public sealed class AzureMessagingServiceBusSettings : Aspire.Azure.Common.IConnectionStringSettings{ // ...} IConnectionStringSettings
9 members
Constructors1
Section titled ConstructorsProperties8
Section titled PropertiesConnectionStringget; setstring? Gets or sets the connection string used to connect to the Service Bus namespace.
Credentialget; setTokenCredential? Gets or sets the credential used to authenticate to the Service Bus namespace.
DisableTracingget; setbool Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
FullyQualifiedNamespaceget; setstring? Gets or sets the fully qualified Service Bus namespace.
HealthCheckQueueNameget; setstring? Name of the queue used by the health check. Mandatory to get health checks enabled.
HealthCheckTopicNameget; setstring? Name of the topic used by the health check. Mandatory to get health checks enabled.
QueueOrTopicNameget; setstring? Name of the queue or topic associated with the connection string.
SubscriptionNameget; setstring? Name of the subscription associated with the connection string.