ICommandJob.EnvironmentVariable Property

Definition

Environment variables included in the job.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Environment variables included in the job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.ICommandJobEnvironmentVariables) }, Read=true, ReadOnly=false, Required=false, SerializedName="environmentVariables", Update=false)]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.ICommandJobEnvironmentVariables EnvironmentVariable { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Environment variables included in the job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.ICommandJobEnvironmentVariables) }, Read=true, ReadOnly=false, Required=false, SerializedName="environmentVariables", Update=false)>]
member this.EnvironmentVariable : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.ICommandJobEnvironmentVariables with get, set
Public Property EnvironmentVariable As ICommandJobEnvironmentVariables

Property Value

Attributes

Applies to