| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
| Modifier and Type | Field and Description |
|---|---|
static IPRange |
IPRange.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
IPRange |
ServiceSASSignatureValues.ipRange()
|
IPRange |
SASQueryParameters.ipRange() |
IPRange |
AccountSASSignatureValues.ipRange()
|
static IPRange |
IPRange.parse(String rangeStr)
Creates a
IPRange from the specified string. |
IPRange |
IPRange.withIpMax(String ipMax)
A
Inet4Address representing the maximum IP address of the range. |
IPRange |
IPRange.withIpMin(String ipMin)
A
Inet4Address representing the minimum IP address of the range. |
| Modifier and Type | Method and Description |
|---|---|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withIpRange(IPRange ipRange)
|
AccountSASSignatureValues |
AccountSASSignatureValues.withIpRange(IPRange ipRange)
|
This documentation was released into the public domain.