Share via


JobTier Struct

Definition

Enum to determine the job tier.

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

Fields

Basic
Null
Premium
Spot
Standard

Methods

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

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

Equals(JobTier)

Compares values of enum type JobTier

Equals(Object)

Compares values of enum type JobTier (override for Object)

GetHashCode()

Returns hashCode for enum JobTier

ToString()

Returns string representation for JobTier

Operators

Equality(JobTier, JobTier)

Overriding == operator for enum JobTier

Implicit(JobTier to String)

Implicit operator to convert JobTier to string

Implicit(String to JobTier)

Implicit operator to convert string to JobTier

Inequality(JobTier, JobTier)

Overriding != operator for enum JobTier

Applies to