AzureMessagingWebPubSubSettings
Class sealed net10.0
Provides the client configuration settings for connecting to Azure Web PubSub.
namespace Aspire.Azure.Messaging.WebPubSub;
public sealed class AzureMessagingWebPubSubSettings : Aspire.Azure.Common.IConnectionStringSettings{ // ...} IConnectionStringSettings
7 members
Constructors1
Section titled ConstructorsProperties6
Section titled PropertiesConnectionStringget; setstring? Gets or sets the connection string used to connect to the Web PubSub service.
Credentialget; setTokenCredential? Gets or sets the credential used to authenticate to the Web PubSub endpoint.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the Web PubSub health check is disabled or not.
DisableTracingget; setbool Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
Endpointget; setUri? Gets or sets the endpoint of the Web PubSub service. This is likely to be similar to "https://{name}.webpubsub.azure.com/".
HubNameget; setstring? Gets or sets the name of the hub used.