Uses of Class
com.azure.storage.common.sas.SasIpRange
Packages that use SasIpRange
Package
Description
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 SasIpRangeModifier and TypeFieldDescriptionprotected SasIpRangeBaseSasQueryParameters.sasIpRangeDeprecated.The IP range that the SAS validates.Methods in com.azure.storage.common.sas that return SasIpRangeModifier and TypeMethodDescriptionAccountSasSignatureValues.getSasIpRange()Gets theSasIpRangewhich determines the IP ranges that are allowed to use the SAS.BaseSasQueryParameters.getSasIpRange()Deprecated.Please use SasSignatureValuesCommonSasQueryParameters.getSasIpRange()Gets theSasIpRange.static SasIpRangeCreates aSasIpRangefrom the specified string.Sets the maximum IP address of the range.Sets the minimum IP address of the range.Methods in com.azure.storage.common.sas with parameters of type SasIpRangeModifier and TypeMethodDescriptionAccountSasSignatureValues.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 SasIpRangeModifierConstructorDescriptionBaseSasQueryParameters(String version, SasProtocol protocol, OffsetDateTime startTime, OffsetDateTime expiryTime, SasIpRange sasIpRange, String permissions, String signature) Deprecated.Please use SasSignatureValues