IProcessInfo.EnvironmentVariable Property

Definition

List of environment variables.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of environment variables.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IProcessInfoPropertiesEnvironmentVariables) }, Read=true, ReadOnly=false, Required=false, SerializedName="environment_variables", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IProcessInfoPropertiesEnvironmentVariables EnvironmentVariable { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of environment variables.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IProcessInfoPropertiesEnvironmentVariables) }, Read=true, ReadOnly=false, Required=false, SerializedName="environment_variables", Update=true)>]
member this.EnvironmentVariable : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IProcessInfoPropertiesEnvironmentVariables with get, set
Public Property EnvironmentVariable As IProcessInfoPropertiesEnvironmentVariables

Property Value

Attributes

Applies to