DockerComposeAspireDashboardResource Constructors
Class Constructors 1 member
Represents a resource for the Aspire Dashboard. This resource is used to visualize telemetry data in the Aspire Hosting environment.
Constructor(string) Section titled Constructor(string) 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) { // ... }}Parameters
name string The name of the Aspire Dashboard resource.