AzureMessagingWebPubSubSettings Properties
Class Properties 6 members
Provides the client configuration settings for connecting to Azure Web PubSub.
Gets or sets the connection string used to connect to the Web PubSub service.
public string? ConnectionString { get; set; }Remarks
Gets or sets the credential used to authenticate to the Web PubSub endpoint.
public TokenCredential? Credential { get; set; } Gets or sets a boolean value that indicates whether the Web PubSub health check is disabled or not.
public bool DisableHealthChecks { get; set; } Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
public bool DisableTracing { get; set; } Gets or sets the endpoint of the Web PubSub service. This is likely to be similar to "https://{name}.webpubsub.azure.com/".
public Uri? Endpoint { get; set; }Remarks
Used along with
AzureMessagingWebPubSubSettings.Credential to establish the connection. Gets or sets the name of the hub used.
public string? HubName { get; set; }