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

VMSwitchType Struct

Definition

The type of the VM switch.

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

Fields

Lan
Management
Unknown
Wan

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

Equals(VMSwitchType)

Compares values of enum type VMSwitchType

GetHashCode()

Returns hashCode for enum VMSwitchType

ToString()

Returns string representation for VMSwitchType

Operators

Equality(VMSwitchType, VMSwitchType)

Overriding == operator for enum VMSwitchType

Implicit(String to VMSwitchType)

Implicit operator to convert string to VMSwitchType

Implicit(VMSwitchType to String)

Implicit operator to convert VMSwitchType to string

Inequality(VMSwitchType, VMSwitchType)

Overriding != operator for enum VMSwitchType

Applies to