Compartir a través de


VirtualMachineType Struct

Definition

The type of the lab virtual machine.

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

Fields

Template

A template VM

User

A user VM

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

Equals(VirtualMachineType)

Compares values of enum type VirtualMachineType

GetHashCode()

Returns hashCode for enum VirtualMachineType

ToString()

Returns string representation for VirtualMachineType

Operators

Equality(VirtualMachineType, VirtualMachineType)

Overriding == operator for enum VirtualMachineType

Implicit(String to VirtualMachineType)

Implicit operator to convert string to VirtualMachineType

Implicit(VirtualMachineType to String)

Implicit operator to convert VirtualMachineType to string

Inequality(VirtualMachineType, VirtualMachineType)

Overriding != operator for enum VirtualMachineType

Applies to