你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VirtualMachineBootMethod Struct

Definition

Selects the boot method for the virtual machine.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineBootMethodTypeConverter))]
public struct VirtualMachineBootMethod : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineBootMethod>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineBootMethodTypeConverter))>]
type VirtualMachineBootMethod = struct
    interface IArgumentCompleter
Public Structure VirtualMachineBootMethod
Implements IArgumentCompleter, IEquatable(Of VirtualMachineBootMethod)
Inheritance
VirtualMachineBootMethod
Attributes
Implements

Fields

Bios
Uefi

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type VirtualMachineBootMethod (override for Object)

Equals(VirtualMachineBootMethod)

Compares values of enum type VirtualMachineBootMethod

GetHashCode()

Returns hashCode for enum VirtualMachineBootMethod

ToString()

Returns string representation for VirtualMachineBootMethod

Operators

Equality(VirtualMachineBootMethod, VirtualMachineBootMethod)

Overriding == operator for enum VirtualMachineBootMethod

Implicit(String to VirtualMachineBootMethod)

Implicit operator to convert string to VirtualMachineBootMethod

Implicit(VirtualMachineBootMethod to String)

Implicit operator to convert VirtualMachineBootMethod to string

Inequality(VirtualMachineBootMethod, VirtualMachineBootMethod)

Overriding != operator for enum VirtualMachineBootMethod

Applies to