Uses of Class
com.azure.storage.common.sas.SasProtocol
-
Packages that use SasProtocol Package Description com.azure.storage.common.sas 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 SasProtocol Modifier and Type Field Description protected SasProtocol
BaseSasQueryParameters. protocol
Deprecated.The allowed HTTP/HTTPS protocols.Methods in com.azure.storage.common.sas that return SasProtocol Modifier and Type Method Description SasProtocol
AccountSasSignatureValues. getProtocol()
SasProtocol
BaseSasQueryParameters. getProtocol()
Deprecated.Please use SasSignatureValuesSasProtocol
CommonSasQueryParameters. getProtocol()
static SasProtocol
SasProtocol. parse(String str)
Parses aString
into aSASProtocl
value if possible.static SasProtocol
SasProtocol. valueOf(String name)
Returns 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 SasProtocol Modifier and Type Method Description AccountSasSignatureValues
AccountSasSignatureValues. setProtocol(SasProtocol protocol)
Sets theSasProtocol
which determines the HTTP protocol that will be used.Constructors in com.azure.storage.common.sas with parameters of type SasProtocol Constructor Description BaseSasQueryParameters(String version, SasProtocol protocol, OffsetDateTime startTime, OffsetDateTime expiryTime, SasIpRange sasIpRange, String permissions, String signature)
Deprecated.Please use SasSignatureValues
-