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

VMPriority Struct

Definition

Virtual Machine priority

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

Fields

Dedicated
LowPriority

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 VMPriority (override for Object)

Equals(VMPriority)

Compares values of enum type VMPriority

GetHashCode()

Returns hashCode for enum VMPriority

ToString()

Returns string representation for VMPriority

Operators

Equality(VMPriority, VMPriority)

Overriding == operator for enum VMPriority

Implicit(String to VMPriority)

Implicit operator to convert string to VMPriority

Implicit(VMPriority to String)

Implicit operator to convert VMPriority to string

Inequality(VMPriority, VMPriority)

Overriding != operator for enum VMPriority

Applies to