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

AddressType Struct

Definition

Type of address.

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

Fields

Commercial

Commercial Address.

None

Address type not known.

Residential

Residential Address.

Methods

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

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

Equals(AddressType)

Compares values of enum type AddressType

Equals(Object)

Compares values of enum type AddressType (override for Object)

GetHashCode()

Returns hashCode for enum AddressType

ToString()

Returns string representation for AddressType

Operators

Equality(AddressType, AddressType)

Overriding == operator for enum AddressType

Implicit(AddressType to String)

Implicit operator to convert AddressType to string

Implicit(String to AddressType)

Implicit operator to convert string to AddressType

Inequality(AddressType, AddressType)

Overriding != operator for enum AddressType

Applies to