Share via


Volume.External Property

Definition

Indicates whether the volume is external to the current scope or environment. A value of true specifies that the volume is managed outside the scope of the current application or configuration. A value of false, or a null value, indicates that the volume is managed internally or by default behavior.

[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