Class ProfileManifest
- Namespace
- AgentContainers.Core.Models
- Assembly
- AgentContainers.Core.dll
Profile manifest: named sets of services/agents to activate together.
Defined in definitions/profiles/*.yaml
public sealed class ProfileManifest : ManifestBase
- Inheritance
-
ProfileManifest
- Inherited Members
Properties
IncludeAgents
public List<string> IncludeAgents { get; set; }
Property Value
IncludeServices
public List<string> IncludeServices { get; set; }
Property Value
IncludeToolPacks
public List<string> IncludeToolPacks { get; set; }