IBuildProperties.Env Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The environment variables for this build
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="The environment variables for this build", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildPropertiesEnv) }, ReadOnly=false, Required=false, SerializedName="env")]
public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildPropertiesEnv Env { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="The environment variables for this build", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildPropertiesEnv) }, ReadOnly=false, Required=false, SerializedName="env")>]
member this.Env : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildPropertiesEnv with get, set
Public Property Env As IBuildPropertiesEnv
Property Value
- Attributes