EnvironmentVariable.VariableType Property

Definition

Type of the Environment Variable. Possible values are: local - For local variable.

public Azure.ResourceManager.MachineLearning.Models.EnvironmentVariableType? VariableType { get; set; }
member this.VariableType : Nullable<Azure.ResourceManager.MachineLearning.Models.EnvironmentVariableType> with get, set
Public Property VariableType As Nullable(Of EnvironmentVariableType)

Property Value

Applies to