Share via


ComposeFile.Configs Property

Definition

Represents a collection of configuration objects within a Docker Compose file. Each key in the dictionary corresponds to a configuration name, and the value is an instance of the Config class that contains the associated configuration details.

[YamlDotNet.Serialization.YamlMember(Alias="configs", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.Dictionary<string,Aspire.Hosting.Docker.Resources.ComposeNodes.Config> Configs { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="configs", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Configs : System.Collections.Generic.Dictionary<string, Aspire.Hosting.Docker.Resources.ComposeNodes.Config> with get, set
Public Property Configs As Dictionary(Of String, Config)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to