Service.EnvFile 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.
Represents a collection of paths to environment variable files used by the service. These files contain key-value pairs of environment variables that will be loaded and applied to the service configuration at runtime.
[YamlDotNet.Serialization.YamlMember(Alias="env_file", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<string> EnvFile { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="env_file", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.EnvFile : System.Collections.Generic.List<string> with get, set
Public Property EnvFile As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute