DatacenterAddressType Struct

Definition

Data center address type

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

Fields

DatacenterAddressInstruction

Data center address instruction.

DatacenterAddressLocation

Data center address location.

Methods

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

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

Equals(DatacenterAddressType)

Compares values of enum type DatacenterAddressType

Equals(Object)

Compares values of enum type DatacenterAddressType (override for Object)

GetHashCode()

Returns hashCode for enum DatacenterAddressType

ToString()

Returns string representation for DatacenterAddressType

Operators

Equality(DatacenterAddressType, DatacenterAddressType)

Overriding == operator for enum DatacenterAddressType

Implicit(DatacenterAddressType to String)

Implicit operator to convert DatacenterAddressType to string

Implicit(String to DatacenterAddressType)

Implicit operator to convert string to DatacenterAddressType

Inequality(DatacenterAddressType, DatacenterAddressType)

Overriding != operator for enum DatacenterAddressType

Applies to