VirtualMachineBootMethod 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.
Selects the boot method for the virtual machine.
public readonly struct VirtualMachineBootMethod : IEquatable<Azure.ResourceManager.NetworkCloud.Models.VirtualMachineBootMethod>
type VirtualMachineBootMethod = struct
Public Structure VirtualMachineBootMethod
Implements IEquatable(Of VirtualMachineBootMethod)
- Inheritance
-
VirtualMachineBootMethod
- Implements
Constructors
VirtualMachineBootMethod(String) |
Initializes a new instance of VirtualMachineBootMethod. |
Properties
Bios |
BIOS. |
Uefi |
UEFI. |
Methods
Equals(VirtualMachineBootMethod) |
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(VirtualMachineBootMethod, VirtualMachineBootMethod) |
Determines if two VirtualMachineBootMethod values are the same. |
Implicit(String to VirtualMachineBootMethod) |
Converts a string to a VirtualMachineBootMethod. |
Inequality(VirtualMachineBootMethod, VirtualMachineBootMethod) |
Determines if two VirtualMachineBootMethod values are not the same. |
Applies to
Azure SDK for .NET