| Package | Description |
|---|---|
| com.azure.storage.common.sas |
Package containing SAS (shared access signature) classes used by Azure Storage services.
|
| Modifier and Type | Field and Description |
|---|---|
protected SasIpRange |
BaseSasQueryParameters.sasIpRange
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SasIpRange |
AccountSasSignatureValues.getSasIpRange() |
SasIpRange |
BaseSasQueryParameters.getSasIpRange()
Deprecated.
Please use SasSignatureValues
|
SasIpRange |
CommonSasQueryParameters.getSasIpRange() |
static SasIpRange |
SasIpRange.parse(String rangeStr)
Creates a
SasIpRange from the specified string. |
SasIpRange |
SasIpRange.setIpMax(String ipMax)
Sets the maximum IP address of the range.
|
SasIpRange |
SasIpRange.setIpMin(String ipMin)
Sets the minimum IP address of the range.
|
| Modifier and Type | Method and Description |
|---|---|
AccountSasSignatureValues |
AccountSasSignatureValues.setSasIpRange(SasIpRange sasIpRange)
Sets the
SasIpRange which determines the IP ranges that are allowed to use the SAS. |
| Constructor and Description |
|---|
BaseSasQueryParameters(String version,
SasProtocol protocol,
OffsetDateTime startTime,
OffsetDateTime expiryTime,
SasIpRange sasIpRange,
String permissions,
String signature)
Deprecated.
Please use SasSignatureValues
|
Copyright © 2020 Microsoft Corporation. All rights reserved.