NamedComposeMember Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |