Service.Links Property

Definition

Represents a service definition in a Docker Compose configuration file.

[YamlDotNet.Serialization.YamlMember(Alias="links", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<string> Links { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="links", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Links : System.Collections.Generic.List<string> with get, set
Public Property Links As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to