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 SasProtocolBaseSasQueryParameters. protocolDeprecated.Methods in com.azure.storage.common.sas that return SasProtocol Modifier and Type Method Description SasProtocolAccountSasSignatureValues. getProtocol()SasProtocolBaseSasQueryParameters. getProtocol()Deprecated.Please use SasSignatureValuesSasProtocolCommonSasQueryParameters. getProtocol()static SasProtocolSasProtocol. parse(String str)Parses aStringinto aSASProtoclvalue if possible.static SasProtocolSasProtocol. 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 AccountSasSignatureValuesAccountSasSignatureValues. setProtocol(SasProtocol protocol)Sets theSasProtocolwhich 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
-