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 SasIpRangeBaseSasQueryParameters. sasIpRangeDeprecated.Methods in com.azure.storage.common.sas that return SasIpRange Modifier and Type Method Description SasIpRangeAccountSasSignatureValues. getSasIpRange()SasIpRangeBaseSasQueryParameters. getSasIpRange()Deprecated.Please use SasSignatureValuesSasIpRangeCommonSasQueryParameters. getSasIpRange()static SasIpRangeSasIpRange. parse(String rangeStr)Creates aSasIpRangefrom the specified string.SasIpRangeSasIpRange. setIpMax(String ipMax)Sets the maximum IP address of the range.SasIpRangeSasIpRange. 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 AccountSasSignatureValuesAccountSasSignatureValues. setSasIpRange(SasIpRange sasIpRange)Sets theSasIpRangewhich 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
-