Skip to content
DocsTry Aspire
DocsTry

AzureSignalRResource Properties

ClassProperties6 members
Represents an Azure SignalR resource.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string template for the manifest for Azure SignalR.
public ReferenceExpression ConnectionStringExpression { get; }
HostNameSection titled HostNameBicepOutputReference
Gets the "connectionString" output reference from the bicep template for Azure SignalR.
public BicepOutputReference HostName { get; }
IdSection titled IdBicepOutputReference
Gets the "id" output reference for the resource.
public BicepOutputReference Id { get; }
Gets a value indicating whether the Azure SignalR resource is running in the local emulator.
public bool IsEmulator { get; }
NameOutputReferenceSection titled NameOutputReferenceBicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; }
UriExpressionSection titled UriExpressionReferenceExpression
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}.