Share via


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

VirtualMachineDeviceModelType(String)

Initializes a new instance of VirtualMachineDeviceModelType.

Properties

T1

T1.

T2

T2.

Methods

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

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