InitContainerDefinition.EnvironmentVariable Property

Definition

The environment variables to set in the init container.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IEnvironmentVariable> EnvironmentVariable { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)>]
member this.EnvironmentVariable : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IEnvironmentVariable> with get, set
Public Property EnvironmentVariable As List(Of IEnvironmentVariable)

Property Value

Implements

Attributes

Applies to