Uses of Class
com.azure.data.tables.sas.TableSasIpRange
-
Packages that use TableSasIpRange Package Description com.azure.data.tables.sas 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 TableSasIpRange Modifier and Type Method Description TableSasIpRangeTableAccountSasSignatureValues. getSasIpRange()Get theTableSasIpRangewhich determines the IP ranges that are allowed to use the SAS.TableSasIpRangeTableSasSignatureValues. getSasIpRange()static TableSasIpRangeTableSasIpRange. parse(String rangeStr)Creates aTableSasIpRangefrom the specified string.TableSasIpRangeTableSasIpRange. setIpMax(String ipMax)Sets the maximum IP address of the range.TableSasIpRangeTableSasIpRange. setIpMin(String ipMin)Sets the minimum IP address of the range.Methods in com.azure.data.tables.sas with parameters of type TableSasIpRange Modifier and Type Method Description TableAccountSasSignatureValuesTableAccountSasSignatureValues. setSasIpRange(TableSasIpRange sasIpRange)Sets theTableSasIpRangewhich determines the IP ranges that are allowed to use the SAS.TableSasSignatureValuesTableSasSignatureValues. setSasIpRange(TableSasIpRange sasIpRange)Sets theTableSasIpRangewhich determines the IP ranges that are allowed to use the SAS.
-