Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
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)
The maximum IP address of the range.
|
IPRange |
IPRange.withIpMin(String ipMin)
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.