Uses of Class
com.azure.data.tables.sas.TableSasIpRange
Packages that use TableSasIpRange
Package
Description
Package containing SAS (shared access signature) classes used by Azure Tables.
-
Uses of TableSasIpRange in com.azure.data.tables.sas
Methods in com.azure.data.tables.sas that return TableSasIpRangeModifier and TypeMethodDescriptionTableAccountSasSignatureValues.getSasIpRange()
Get theTableSasIpRange
which determines the IP ranges that are allowed to use the SAS.TableSasSignatureValues.getSasIpRange()
Returns theTableSasIpRange
which determines the IP ranges that are allowed to use the SAS.static TableSasIpRange
Creates aTableSasIpRange
from the specified string.Sets the maximum IP address of the range.Sets the minimum IP address of the range.Methods in com.azure.data.tables.sas with parameters of type TableSasIpRangeModifier and TypeMethodDescriptionTableAccountSasSignatureValues.setSasIpRange
(TableSasIpRange sasIpRange) Sets theTableSasIpRange
which determines the IP ranges that are allowed to use the SAS.TableSasSignatureValues.setSasIpRange
(TableSasIpRange sasIpRange) Sets theTableSasIpRange
which determines the IP ranges that are allowed to use the SAS.