FlociUIContainerResource
Classnet10.0
Resource for the Floci UI web console container. A single UI instance can attach to any combination of Floci cloud resources (AWS, Azure, GCP) — one created it via
WithFlociUI (its FlociUIContainerResource.Parent), and any others are attached via WithReference. namespace Aspire.Hosting.ApplicationModel;
public class FlociUIContainerResource : Aspire.Hosting.ApplicationModel.ContainerResource, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithParent, Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.ApplicationModel.FlociContainerResource>{ // ...}ContainerResourceIResourceIResourceWithParentIResourceWithParent<FlociContainerResource>
Constructors1
Section titled ConstructorsFlociUIContainerResource(string, FlociContainerResource) Resource for the Floci UI web console container. A single UI instance can attach to any combination of Floci cloud resources (AWS, Azure, GCP) — one created it via
WithFlociUI (its FlociUIContainerResource.Parent), and any others are attached via WithReference. Properties2
Section titled PropertiesParentget Gets the Floci cloud resource that created this UI instance.
PrimaryEndpointgetEndpointReference Gets the http endpoint for the Floci UI resource.