C#
C++
F#
VB
IPAddressOrRange Constructor (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.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Parameters
- minimum
-
Type:
System.StringSystem::String^System.StringSystem.String
The minimum IP Address that the IPAddressOrRange object will use as a range boundary, inclusive.
- maximum
-
Type:
System.StringSystem::String^System.StringSystem.String
The maximum IP Address that the IPAddressOrRange object will use as a range boundary, inclusive.