EnvironmentVariable.VariableType 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.
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)