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

DeviceType Struct

Definition

The type of the device.

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

Fields

AzureStackEdge
Unknown

Methods

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

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

Equals(DeviceType)

Compares values of enum type DeviceType

Equals(Object)

Compares values of enum type DeviceType (override for Object)

GetHashCode()

Returns hashCode for enum DeviceType

ToString()

Returns string representation for DeviceType

Operators

Equality(DeviceType, DeviceType)

Overriding == operator for enum DeviceType

Implicit(DeviceType to String)

Implicit operator to convert DeviceType to string

Implicit(String to DeviceType)

Implicit operator to convert string to DeviceType

Inequality(DeviceType, DeviceType)

Overriding != operator for enum DeviceType

Applies to