VirtualMachineBootMethod Struct

Definition

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