Skip to content
DocsTry Aspire
DocsTry

FlociUIContainerResource Constructors

ClassConstructors1 member
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.
Constructor(string, FlociContainerResource)Section titled Constructor(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.
public class FlociUIContainerResource
{
public FlociUIContainerResource(
string name,
FlociContainerResource floci)
{
// ...
}
}
namestringThe name of the resource.
flociFlociContainerResourceThe Floci cloud resource that created this UI instance.