Table of Contents

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

List<string>

IncludeServices

public List<string> IncludeServices { get; set; }

Property Value

List<string>

IncludeToolPacks

public List<string> IncludeToolPacks { get; set; }

Property Value

List<string>