IBatchDeployment.EnvironmentVariable Property

Definition

Environment variables configuration for the deployment.

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

Property Value

Attributes

Applies to