VirtualMachineVirtioInterfaceType 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.
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 |