Service.ExternalLinks 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.
Gets or sets the external links for the service. External links are references to services defined outside the current Docker Compose file, enabling communication with containers in other projects or environments.
[YamlDotNet.Serialization.YamlMember(Alias="external_links", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<string> ExternalLinks { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="external_links", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.ExternalLinks : System.Collections.Generic.List<string> with get, set
Public Property ExternalLinks As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute