Share via


Config.External Property

Definition

Indicates whether the configuration is external to the current project context. When set to true, the configuration will not be managed or created by the Compose file; instead, it references an existing resource outside the current scope. If null, the external status is not explicitly specified.

[YamlDotNet.Serialization.YamlMember(Alias="external")]
public bool? External { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="external")>]
member this.External : Nullable<bool> with get, set
Public Property External As Nullable(Of Boolean)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to