EdgeOrderAddressType Struct

Definition

Type of address.

public readonly struct EdgeOrderAddressType : IEquatable<Azure.ResourceManager.EdgeOrder.Models.EdgeOrderAddressType>
type EdgeOrderAddressType = struct
Public Structure EdgeOrderAddressType
Implements IEquatable(Of EdgeOrderAddressType)
Inheritance
EdgeOrderAddressType
Implements

Constructors

EdgeOrderAddressType(String)

Initializes a new instance of EdgeOrderAddressType.

Properties

Commercial

Commercial Address.

None

Address type not known.

Residential

Residential Address.

Methods

Equals(EdgeOrderAddressType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(EdgeOrderAddressType, EdgeOrderAddressType)

Determines if two EdgeOrderAddressType values are the same.

Implicit(String to EdgeOrderAddressType)

Converts a string to a EdgeOrderAddressType.

Inequality(EdgeOrderAddressType, EdgeOrderAddressType)

Determines if two EdgeOrderAddressType values are not the same.

Applies to