Aracılığıyla paylaş


EnvironmentType Struct

Definition

Environment type is either user created or curated by Azure ML service

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EnvironmentTypeTypeConverter))]
public struct EnvironmentType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EnvironmentType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EnvironmentTypeTypeConverter))>]
type EnvironmentType = struct
    interface IArgumentCompleter
Public Structure EnvironmentType
Implements IArgumentCompleter, IEquatable(Of EnvironmentType)
Inheritance
EnvironmentType
Attributes
Implements

Fields

Curated
UserCreated

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(EnvironmentType)

Compares values of enum type EnvironmentType

Equals(Object)

Compares values of enum type EnvironmentType (override for Object)

GetHashCode()

Returns hashCode for enum EnvironmentType

ToString()

Returns string representation for EnvironmentType

Operators

Equality(EnvironmentType, EnvironmentType)

Overriding == operator for enum EnvironmentType

Implicit(EnvironmentType to String)

Implicit operator to convert EnvironmentType to string

Implicit(String to EnvironmentType)

Implicit operator to convert string to EnvironmentType

Inequality(EnvironmentType, EnvironmentType)

Overriding != operator for enum EnvironmentType

Applies to