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

VirtualMachineVirtioInterfaceType Struct

Definition

Field Deprecated, use virtualizationModel instead. The type of the virtio interface.

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

Fields

Modern
Transitional

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 VirtualMachineVirtioInterfaceType (override for Object)

Equals(VirtualMachineVirtioInterfaceType)

Compares values of enum type VirtualMachineVirtioInterfaceType

GetHashCode()

Returns hashCode for enum VirtualMachineVirtioInterfaceType

ToString()

Returns string representation for VirtualMachineVirtioInterfaceType

Operators

Equality(VirtualMachineVirtioInterfaceType, VirtualMachineVirtioInterfaceType)

Overriding == operator for enum VirtualMachineVirtioInterfaceType

Implicit(String to VirtualMachineVirtioInterfaceType)

Implicit operator to convert string to VirtualMachineVirtioInterfaceType

Implicit(VirtualMachineVirtioInterfaceType to String)

Implicit operator to convert VirtualMachineVirtioInterfaceType to string

Inequality(VirtualMachineVirtioInterfaceType, VirtualMachineVirtioInterfaceType)

Overriding != operator for enum VirtualMachineVirtioInterfaceType

Applies to