NamedComposeMember
Class abstract net10.0
Represents a generic named member within a Docker Compose configuration structure.
namespace Aspire.Hosting.Docker.Resources.ComposeNodes;
public abstract class NamedComposeMember{ // ...}Remarks
Section titled Remarks This abstract class serves as a base for defining named components, such as networks, services, and others, within Docker Compose files. The Name property must be explicitly defined for each derived class implementation.