Skip to content
DocsTry Aspire
DocsTry

FlociUIContainerResource

Handle
📦 CommunityToolkit.Aspire.Hosting.Floci v13.5.0
interface FlociUIContainerResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithParent,
FlociContainerResource]],
IResourceWithProbes,
IResourceWithWaitSupport {
readonly primaryEndpoint: EndpointReference;
withAwsReference(cloud: FlociAwsContainerResource): FlociUIContainerResource;
withAzureReference(cloud: FlociAzureContainerResource): FlociUIContainerResource;
withGcpReference(cloud: FlociGcpContainerResource): FlociUIContainerResource;
withHostPort(port: number): FlociUIContainerResource;
}

Properties

propertyprimaryEndpointEndpointReferenceget
Gets the http endpoint for the Floci UI resource.

Methods

methodwithAwsReferencebuilder
Attaches an additional Floci AWS resource to a Floci UI console
withAwsReference(cloud: FlociAwsContainerResource): FlociUIContainerResource
cloudFlociAwsContainerResource
FlociUIContainerResource
methodwithAzureReferencebuilder
Attaches an additional Floci Azure resource to a Floci UI console
withAzureReference(cloud: FlociAzureContainerResource): FlociUIContainerResource
cloudFlociAzureContainerResource
FlociUIContainerResource
methodwithGcpReferencebuilder
Attaches an additional Floci GCP resource to a Floci UI console
withGcpReference(cloud: FlociGcpContainerResource): FlociUIContainerResource
cloudFlociGcpContainerResource
FlociUIContainerResource
methodwithHostPortbuilder
Configures the host port that the Floci UI resource is exposed on instead of using a randomly assigned port.
withHostPort(port: number): FlociUIContainerResource
portnumber
FlociUIContainerResource