public final class TableSasIpRange extends Object
| Constructor and Description |
|---|
TableSasIpRange() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIpMax() |
String |
getIpMin() |
static TableSasIpRange |
parse(String rangeStr)
Creates a
TableSasIpRange from the specified string. |
TableSasIpRange |
setIpMax(String ipMax)
Sets the maximum IP address of the range.
|
TableSasIpRange |
setIpMin(String ipMin)
Sets the minimum IP address of the range.
|
String |
toString()
Output the single IP address or range of IP addresses formatted as a
String. |
public static TableSasIpRange parse(String rangeStr)
TableSasIpRange from the specified string.rangeStr - The String representation of the TableSasIpRange.TableSasIpRange generated from the String.public String getIpMin()
public TableSasIpRange setIpMin(String ipMin)
ipMin - IP address to set as the minimum.TableSasIpRange object.public String getIpMax()
public TableSasIpRange setIpMax(String ipMax)
ipMax - IP address to set as the maximum.TableSasIpRange object.public String toString()
String. If minIpRange is set
to null, an empty string is returned from this method. Otherwise, if maxIpRange is set
to null, then this method returns the value of minIpRange.Copyright © 2021 Microsoft Corporation. All rights reserved.