IPAddressOrRange Class (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
Specifies either a single IP Address or a single range of IP Addresses (a minimum and a maximum, inclusive.)
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
Name Description 
IPAddressOrRange(String)(String^)(String)(String)
Initializes a new instance of the IPAddressOrRange class from a single IPAddress.

IPAddressOrRange(String, String)(String^, String^)(String, String)(String, String)
Initializes a new instance of the IPAddressOrRange class from two IPAddress objects, a minimum and a maximum.
Properties
Name Description 
AddressAddressAddressAddress
The IP Address.
Returns null if this object represents a range of IP addresses.

IsSingleAddressIsSingleAddressIsSingleAddressIsSingleAddress
True if this object represents a single IP Address, false if it represents a range.

MaximumAddressMaximumAddressMaximumAddressMaximumAddress
The maximum IP Address for the range, inclusive.
Returns null if this object represents a single IP address.

MinimumAddressMinimumAddressMinimumAddressMinimumAddress
The minimum IP Address for the range, inclusive.
Returns null if this object represents a single IP address.
Methods
Name Description 
Equals(Object)(Object^)(Object)(Object) (Inherited from Object.)

Finalize()()()() (Inherited from Object.)

GetHashCode()()()() (Inherited from Object.)

GetType()()()() (Inherited from Object.)

MemberwiseClone()()()() (Inherited from Object.)

ToString()()()()
Provides a string representation of this IPAddressOrRange object.
(Overrides Object.::..ToString()()()().)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top
Specifies either a single IP Address or a single range of IP Addresses (a minimum and a maximum, inclusive.)
Syntax
Constructors
| Name | Description | |
|---|---|---|
| IPAddressOrRange(String)(String^)(String)(String) | Initializes a new instance of the IPAddressOrRange class from a single IPAddress. | |
| IPAddressOrRange(String, String)(String^, String^)(String, String)(String, String) | Initializes a new instance of the IPAddressOrRange class from two IPAddress objects, a minimum and a maximum. |
Properties
| Name | Description | |
|---|---|---|
| AddressAddressAddressAddress | The IP Address. Returns null if this object represents a range of IP addresses. | |
| IsSingleAddressIsSingleAddressIsSingleAddressIsSingleAddress | True if this object represents a single IP Address, false if it represents a range. | |
| MaximumAddressMaximumAddressMaximumAddressMaximumAddress | The maximum IP Address for the range, inclusive. Returns null if this object represents a single IP address. | |
| MinimumAddressMinimumAddressMinimumAddressMinimumAddress | The minimum IP Address for the range, inclusive. Returns null if this object represents a single IP address. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| ToString()()()() | Provides a string representation of this IPAddressOrRange object. (Overrides Object.::..ToString()()()().) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.