Network.External 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.
Indicates whether the network is external or managed by Docker outside of the application stack. When set to true, the network is assumed to be pre-existing and not defined by the application's configuration. When set to false or null, the network can be defined and created within the application scope.
[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