Freigeben über


VirtualMachineDeviceModelType Struct

Definition

The type of the device model to use.

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

Fields

T1
T2

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

Equals(VirtualMachineDeviceModelType)

Compares values of enum type VirtualMachineDeviceModelType

GetHashCode()

Returns hashCode for enum VirtualMachineDeviceModelType

ToString()

Returns string representation for VirtualMachineDeviceModelType

Operators

Equality(VirtualMachineDeviceModelType, VirtualMachineDeviceModelType)

Overriding == operator for enum VirtualMachineDeviceModelType

Implicit(String to VirtualMachineDeviceModelType)

Implicit operator to convert string to VirtualMachineDeviceModelType

Implicit(VirtualMachineDeviceModelType to String)

Implicit operator to convert VirtualMachineDeviceModelType to string

Inequality(VirtualMachineDeviceModelType, VirtualMachineDeviceModelType)

Overriding != operator for enum VirtualMachineDeviceModelType

Applies to