你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VMTier Struct

Definition

The type of the VM.

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

Fields

LowPriority
Spot
Standard

Methods

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

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

Equals(Object)

Compares values of enum type VMTier (override for Object)

Equals(VMTier)

Compares values of enum type VMTier

GetHashCode()

Returns hashCode for enum VMTier

ToString()

Returns string representation for VMTier

Operators

Equality(VMTier, VMTier)

Overriding == operator for enum VMTier

Implicit(String to VMTier)

Implicit operator to convert string to VMTier

Implicit(VMTier to String)

Implicit operator to convert VMTier to string

Inequality(VMTier, VMTier)

Overriding != operator for enum VMTier

Applies to