Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
IPRange |
SASQueryParameters.ipRange() |
IPRange |
AccountSASSignatureValues.ipRange()
|
IPRange |
ServiceSASSignatureValues.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 |
---|---|
AccountSASSignatureValues |
AccountSASSignatureValues.withIpRange(IPRange ipRange)
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withIpRange(IPRange ipRange)
|
Copyright © 2019 Microsoft Corporation. All rights reserved.