次の方法で共有


ISiteContainer.EnvironmentVariable Property

Definition

List of environment variables

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

Property Value

Attributes

Applies to