Skip to content
DocsTry Aspire
DocsTry

FlociContainerResource Properties

ClassProperties5 members
Common base for Floci cloud-emulator container resources (AWS, Azure, GCP). Holds the shared endpoint/connection-string plumbing so each cloud only needs to implement its own image, container env vars, and Floci UI wiring.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the emulator endpoint URL, following the primary endpoint's FlociContainerResource.Scheme.
public ReferenceExpression ConnectionStringExpression { get; }
HostSection titled HostEndpointReferenceExpression
Gets the host endpoint reference for the primary endpoint.
public EndpointReferenceExpression Host { get; }
PortSection titled PortEndpointReferenceExpression
Gets the port endpoint reference for the primary endpoint.
public EndpointReferenceExpression Port { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the primary endpoint reference for the Floci container.
public EndpointReference PrimaryEndpoint { get; }
SchemeSection titled SchemeEndpointReferenceExpression
Gets the scheme endpoint reference for the primary endpoint. http unless a TLS certificate has been configured, in which case the endpoint is switched to https before the application starts. Floci serves both on the same port, so the port never changes.
public EndpointReferenceExpression Scheme { get; }