Uses of Class
com.azure.storage.common.sas.SasIpRange
-
Packages that use SasIpRange Package Description com.azure.storage.common.sas Package containing SAS (shared access signature) classes used by Azure Storage services. -
-
Uses of SasIpRange in com.azure.storage.common.sas
Fields in com.azure.storage.common.sas declared as SasIpRange Modifier and Type Field Description protected SasIpRange
BaseSasQueryParameters. sasIpRange
Deprecated.The IP range that the SAS validates.Methods in com.azure.storage.common.sas that return SasIpRange Modifier and Type Method Description SasIpRange
AccountSasSignatureValues. getSasIpRange()
SasIpRange
BaseSasQueryParameters. getSasIpRange()
Deprecated.Please use SasSignatureValuesSasIpRange
CommonSasQueryParameters. getSasIpRange()
static SasIpRange
SasIpRange. parse(String rangeStr)
Creates aSasIpRange
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.Methods in com.azure.storage.common.sas with parameters of type SasIpRange Modifier and Type Method Description AccountSasSignatureValues
AccountSasSignatureValues. setSasIpRange(SasIpRange sasIpRange)
Sets theSasIpRange
which determines the IP ranges that are allowed to use the SAS.Constructors in com.azure.storage.common.sas with parameters of type SasIpRange Constructor Description BaseSasQueryParameters(String version, SasProtocol protocol, OffsetDateTime startTime, OffsetDateTime expiryTime, SasIpRange sasIpRange, String permissions, String signature)
Deprecated.Please use SasSignatureValues
-