Uses of Enum
com.azure.storage.common.sas.SasProtocol
Packages that use SasProtocol
Package
Description
Package containing SAS (shared access signature) classes used by Azure Storage services.
-
Uses of SasProtocol in com.azure.storage.common.sas
Fields in com.azure.storage.common.sas declared as SasProtocolModifier and TypeFieldDescriptionprotected SasProtocolBaseSasQueryParameters.protocolDeprecated.The allowed HTTP/HTTPS protocols.Methods in com.azure.storage.common.sas that return SasProtocolModifier and TypeMethodDescriptionAccountSasSignatureValues.getProtocol()Gets theSasProtocolwhich determines the HTTP protocol that will be used.BaseSasQueryParameters.getProtocol()Deprecated.Please use SasSignatureValuesCommonSasQueryParameters.getProtocol()Gets the allowed HTTP protocol(s).static SasProtocolParses aStringinto aSASProtocolvalue if possible.static SasProtocolReturns the enum constant of this type with the specified name.static SasProtocol[]SasProtocol.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.storage.common.sas with parameters of type SasProtocolModifier and TypeMethodDescriptionAccountSasSignatureValues.setProtocol(SasProtocol protocol) Sets theSasProtocolwhich determines the HTTP protocol that will be used.Constructors in com.azure.storage.common.sas with parameters of type SasProtocolModifierConstructorDescriptionBaseSasQueryParameters(String version, SasProtocol protocol, OffsetDateTime startTime, OffsetDateTime expiryTime, SasIpRange sasIpRange, String permissions, String signature) Deprecated.Please use SasSignatureValues