public final class IPRange extends Object
AccountSASSignatureValues or ServiceSASSignatureValues for more information.| Constructor and Description |
|---|
IPRange() |
| Modifier and Type | Method and Description |
|---|---|
String |
ipMax()
The maximum IP address of the range.
|
String |
ipMin()
The minimum IP address of the range.
|
static IPRange |
parse(String rangeStr)
Creates a
IPRange from the specified string. |
String |
toString()
Output the single IP address or range of IP addresses for.
|
IPRange |
withIpMax(String ipMax)
The maximum IP address of the range.
|
IPRange |
withIpMin(String ipMin)
The minimum IP address of the range.
|
public static IPRange parse(String rangeStr)
IPRange from the specified string.rangeStr - The String representation of the IPRange.IPRange generated from the String.public String ipMin()
public String ipMax()
Copyright © 2019 Microsoft Corporation. All rights reserved.