Skip to content
DocsTry Aspire
DocsTry

DockerComposeAspireDashboardResource Constructors

ClassConstructors1 member
Represents a resource for the Aspire Dashboard. This resource is used to visualize telemetry data in the Aspire Hosting environment.
Represents a resource for the Aspire Dashboard. This resource is used to visualize telemetry data in the Aspire Hosting environment.
public class DockerComposeAspireDashboardResource
{
public DockerComposeAspireDashboardResource(
string name)
{
// ...
}
}
namestringThe name of the Aspire Dashboard resource.