ComposeFile.Configs Property
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 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