Share via


AzureMessagingWebPubSubSettings Class

Definition

Provides the client configuration settings for connecting to Azure Web PubSub.

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

Constructors

AzureMessagingWebPubSubSettings()

Properties

ConnectionString

Gets or sets the connection string used to connect to the Web PubSub service.

Credential

Gets or sets the credential used to authenticate to the Web PubSub endpoint.

DisableHealthChecks

Gets or sets a boolean value that indicates whether the Web PubSub health check is disabled or not.

DisableTracing

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

Endpoint

Gets or sets the endpoint of the Web PubSub service. This is likely to be similar to "https://{name}.webpubsub.azure.com/".

HubName

Gets or sets the name of the hub used.

Applies to