Service.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 references associated with the service. Each configuration is defined as a reference to an external configuration resource, which can be used to manage application configurations.
[YamlDotNet.Serialization.YamlMember(Alias="configs", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<Aspire.Hosting.Docker.Resources.ServiceNodes.ConfigReference> Configs { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="configs", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Configs : System.Collections.Generic.List<Aspire.Hosting.Docker.Resources.ServiceNodes.ConfigReference> with get, set
Public Property Configs As List(Of ConfigReference)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute