Delen via


VMPriceOstype Struct

Definition

Operating system type used by the VM.

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

Fields

Linux
Windows

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

Equals(VMPriceOstype)

Compares values of enum type VMPriceOstype

GetHashCode()

Returns hashCode for enum VMPriceOstype

ToString()

Returns string representation for VMPriceOstype

Operators

Equality(VMPriceOstype, VMPriceOstype)

Overriding == operator for enum VMPriceOstype

Implicit(String to VMPriceOstype)

Implicit operator to convert string to VMPriceOstype

Implicit(VMPriceOstype to String)

Implicit operator to convert VMPriceOstype to string

Inequality(VMPriceOstype, VMPriceOstype)

Overriding != operator for enum VMPriceOstype

Applies to