| Package | Description |
|---|---|
| com.azure.data.tables.sas |
Package containing SAS (shared access signature) classes used by Azure Tables.
|
| Modifier and Type | Method and Description |
|---|---|
TableSasIpRange |
TableAccountSasSignatureValues.getSasIpRange()
Get the
TableSasIpRange which determines the IP ranges that are allowed to use the SAS. |
TableSasIpRange |
TableSasSignatureValues.getSasIpRange() |
static TableSasIpRange |
TableSasIpRange.parse(String rangeStr)
Creates a
TableSasIpRange from the specified string. |
TableSasIpRange |
TableSasIpRange.setIpMax(String ipMax)
Sets the maximum IP address of the range.
|
TableSasIpRange |
TableSasIpRange.setIpMin(String ipMin)
Sets the minimum IP address of the range.
|
| Modifier and Type | Method and Description |
|---|---|
TableAccountSasSignatureValues |
TableAccountSasSignatureValues.setSasIpRange(TableSasIpRange sasIpRange)
Sets the
TableSasIpRange which determines the IP ranges that are allowed to use the SAS. |
TableSasSignatureValues |
TableSasSignatureValues.setSasIpRange(TableSasIpRange sasIpRange)
Sets the
TableSasIpRange which determines the IP ranges that are allowed to use the SAS. |
Copyright © 2021 Microsoft Corporation. All rights reserved.