VirtualMachineDeviceModelType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
The T1 device model. |
| T2 |
The T2 device model. |
| T3 |
The T3 device model. |
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 Nullable<VirtualMachineDeviceModelType>) | |
| Implicit(String to VirtualMachineDeviceModelType) |
Converts a string to a VirtualMachineDeviceModelType. |
| Inequality(VirtualMachineDeviceModelType, VirtualMachineDeviceModelType) |
Determines if two VirtualMachineDeviceModelType values are not the same. |