Udostępnij przez


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

Name Description
VirtualMachineBootMethod(String)

Initializes a new instance of VirtualMachineBootMethod.

Properties

Name Description
Bios

BIOS.

Uefi

UEFI.

Methods

Name Description
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

Name Description
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