Skip to content
DocsTry Aspire
DocsTry

AzureWebPubSubResource Properties

ClassProperties5 members
Represents an Azure Web PubSub resource.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string template for the manifest for Azure Web PubSub.
public ReferenceExpression ConnectionStringExpression { get; }
EndpointSection titled EndpointBicepOutputReference
Gets the "endpoint" output reference from the bicep template for Azure Web PubSub.
public BicepOutputReference Endpoint { get; }
IdSection titled IdBicepOutputReference
Gets the "id" output reference for the resource.
public BicepOutputReference Id { get; }
NameOutputReferenceSection titled NameOutputReferenceBicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the service endpoint URI expression for the Azure Web PubSub resource.
public ReferenceExpression UriExpression { get; }
Format: https://{name}.webpubsub.azure.com.