NamedComposeMember Class

Definition

Represents a generic named member within a Docker Compose configuration structure.

public abstract class NamedComposeMember
type NamedComposeMember = class
Public MustInherit Class NamedComposeMember
Inheritance
NamedComposeMember
Derived

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.

Constructors

NamedComposeMember()

Properties

Name

Gets or sets the name of the Docker Compose member.

Applies to