AzureSignalRResource Properties
Class Properties 5 members
Represents an Azure SignalR resource.
Gets the connection string template for the manifest for Azure SignalR.
public ReferenceExpression ConnectionStringExpression { get; } 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; } Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; } Gets the endpoint URI expression for the SignalR service.
public ReferenceExpression UriExpression { get; }Remarks
In container mode (emulator), resolves to the container's endpoint URL. In Azure mode, resolves to the Azure SignalR service endpoint. Format:
https://{hostname}.