Freigeben über


VirtualMachineDeviceModelType Struct

Definition

The type of the device model to use.

public readonly struct VirtualMachineDeviceModelType : IEquatable<Azure.ResourceManager.NetworkCloud.Models.VirtualMachineDeviceModelType>
type VirtualMachineDeviceModelType = struct
Public Structure VirtualMachineDeviceModelType
Implements IEquatable(Of VirtualMachineDeviceModelType)
Inheritance
VirtualMachineDeviceModelType
Implements

Constructors

Name Description
VirtualMachineDeviceModelType(String)

Initializes a new instance of VirtualMachineDeviceModelType.

Properties

Name Description
T1

Traditional and most compatible device virtualization interface.

T2

Modern and enhanced device virtualization interface.

T3

Improved security and functionality (including TPM and secure boot support). Required for windows 11 and server 2025.

Methods

Name Description
Equals(VirtualMachineDeviceModelType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(VirtualMachineDeviceModelType, VirtualMachineDeviceModelType)

Determines if two VirtualMachineDeviceModelType values are the same.

Implicit(String to VirtualMachineDeviceModelType)

Converts a String to a VirtualMachineDeviceModelType.

Inequality(VirtualMachineDeviceModelType, VirtualMachineDeviceModelType)

Determines if two VirtualMachineDeviceModelType values are not the same.

Applies to