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 theTableSasIpRangewhich determines the IP ranges that are allowed to use the SAS.TableSasSignatureValues.getSasIpRange()static TableSasIpRangeCreates aTableSasIpRangefrom 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 theTableSasIpRangewhich determines the IP ranges that are allowed to use the SAS.TableSasSignatureValues.setSasIpRange(TableSasIpRange sasIpRange) Sets theTableSasIpRangewhich determines the IP ranges that are allowed to use the SAS.