EnvironmentVariableType Struct
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 readonly struct EnvironmentVariableType : IEquatable<Azure.ResourceManager.MachineLearning.Models.EnvironmentVariableType>
type EnvironmentVariableType = struct
Public Structure EnvironmentVariableType
Implements IEquatable(Of EnvironmentVariableType)
- Inheritance
-
EnvironmentVariableType
- Implements
Constructors
EnvironmentVariableType(String) |
Initializes a new instance of EnvironmentVariableType. |
Properties
Local |
local. |
Methods
Equals(EnvironmentVariableType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(EnvironmentVariableType, EnvironmentVariableType) |
Determines if two EnvironmentVariableType values are the same. |
Implicit(String to EnvironmentVariableType) |
Converts a string to a EnvironmentVariableType. |
Inequality(EnvironmentVariableType, EnvironmentVariableType) |
Determines if two EnvironmentVariableType values are not the same. |
Applies to
Azure SDK for .NET