ArmMachineLearningModelFactory.EnvironmentVariable Method
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 EnvironmentVariable.
public static Azure.ResourceManager.MachineLearning.Models.EnvironmentVariable EnvironmentVariable(Azure.ResourceManager.MachineLearning.Models.EnvironmentVariableType? type = default, string value = default, System.Collections.Generic.IDictionary<string,BinaryData> additionalProperties = default);
static member EnvironmentVariable : Nullable<Azure.ResourceManager.MachineLearning.Models.EnvironmentVariableType> * string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.ResourceManager.MachineLearning.Models.EnvironmentVariable
Public Shared Function EnvironmentVariable (Optional type As Nullable(Of EnvironmentVariableType) = Nothing, Optional value As String = Nothing, Optional additionalProperties As IDictionary(Of String, BinaryData) = Nothing) As EnvironmentVariable
Parameters
Type of the Environment Variable. Possible values are: local - For local variable.
- value
- String
Value of the Environment variable.
- additionalProperties
- IDictionary<String,BinaryData>
Returns
A new EnvironmentVariable instance for mocking.