Share via


Container.Env Property

Definition

Gets or sets container environment variables.

[Newtonsoft.Json.JsonProperty(PropertyName="env")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.EnvironmentVar> Env { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="env")>]
member this.Env : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.EnvironmentVar> with get, set
Public Property Env As IList(Of EnvironmentVar)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to