다음을 통해 공유


IBuildProperties.Env Property

Definition

The environment variables for this build

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="The environment variables for this build", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuildPropertiesEnv) }, Read=true, ReadOnly=false, Required=false, SerializedName="env", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuildPropertiesEnv Env { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="The environment variables for this build", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuildPropertiesEnv) }, Read=true, ReadOnly=false, Required=false, SerializedName="env", Update=true)>]
member this.Env : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuildPropertiesEnv with get, set
Public Property Env As IBuildPropertiesEnv

Property Value

Attributes

Applies to