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