你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineDeviceModelType 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.
The type of the device model to use.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineDeviceModelTypeTypeConverter))]
public struct VirtualMachineDeviceModelType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineDeviceModelType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineDeviceModelTypeTypeConverter))>]
type VirtualMachineDeviceModelType = struct
interface IArgumentCompleter
Public Structure VirtualMachineDeviceModelType
Implements IArgumentCompleter, IEquatable(Of VirtualMachineDeviceModelType)
- Inheritance
-
VirtualMachineDeviceModelType
- Attributes
- Implements
Fields
T1 | |
T2 |
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 VirtualMachineDeviceModelType (override for Object) |
Equals(VirtualMachineDeviceModelType) |
Compares values of enum type VirtualMachineDeviceModelType |
GetHashCode() |
Returns hashCode for enum VirtualMachineDeviceModelType |
ToString() |
Returns string representation for VirtualMachineDeviceModelType |
Operators
Equality(VirtualMachineDeviceModelType, VirtualMachineDeviceModelType) |
Overriding == operator for enum VirtualMachineDeviceModelType |
Implicit(String to VirtualMachineDeviceModelType) |
Implicit operator to convert string to VirtualMachineDeviceModelType |
Implicit(VirtualMachineDeviceModelType to String) |
Implicit operator to convert VirtualMachineDeviceModelType to string |
Inequality(VirtualMachineDeviceModelType, VirtualMachineDeviceModelType) |
Overriding != operator for enum VirtualMachineDeviceModelType |