Service.Configs Property

Definition

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

Applies to