Sdílet prostřednictvím


EnvironmentVariableType Struct

Definition

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