DockerComposeEnvironmentResource
Handle
interface DockerComposeEnvironmentResource extends IComputeEnvironmentResource, IResource { dashboardEnabled: boolean; defaultNetworkName: string; readonly name: string; configureDashboard(configure: (obj: DockerComposeAspireDashboardResource) => Promise<void>): DockerComposeEnvironmentResource; withDashboard(enabled?: boolean): DockerComposeEnvironmentResource; withProperties(configure: (obj: DockerComposeEnvironmentResource) => Promise<void>): DockerComposeEnvironmentResource;} 8 members
Properties
property
dashboardEnabled boolean get · set Gets the DashboardEnabled property
property
defaultNetworkName string get · set Gets the DefaultNetworkName property
property
name string get Gets the Name property
Methods
Configures the Aspire dashboard resource for the Docker Compose environment
configureDashboard(configure: (obj: DockerComposeAspireDashboardResource) => Promise<void>): DockerComposeEnvironmentResourceParameters
configure (obj: DockerComposeAspireDashboardResource) => Promise<void> Returns
DockerComposeEnvironmentResource Enables or disables the Aspire dashboard for the Docker Compose environment
withDashboard(enabled?: boolean): DockerComposeEnvironmentResourceParameters
enabled boolean optional = True Returns
DockerComposeEnvironmentResource Configures properties of the Docker Compose environment
withProperties(configure: (obj: DockerComposeEnvironmentResource) => Promise<void>): DockerComposeEnvironmentResourceParameters
configure (obj: DockerComposeEnvironmentResource) => Promise<void> Returns
DockerComposeEnvironmentResource