Skip to content
Docs Try Aspire

AzureSignalRResource Properties

Class Properties 5 members
Represents an Azure SignalR resource.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string template for the manifest for Azure SignalR.
public ReferenceExpression ConnectionStringExpression { get; }
HostName Section titled HostName BicepOutputReference
Gets the "connectionString" output reference from the bicep template for Azure SignalR.
public BicepOutputReference HostName { get; }
Gets a value indicating whether the Azure SignalR resource is running in the local emulator.
public bool IsEmulator { get; }
NameOutputReference Section titled NameOutputReference BicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; }
UriExpression Section titled UriExpression ReferenceExpression
Gets the endpoint URI expression for the SignalR service.
public ReferenceExpression UriExpression { get; }
In container mode (emulator), resolves to the container's endpoint URL. In Azure mode, resolves to the Azure SignalR service endpoint. Format: https://{hostname}.