Uses of Enum
com.azure.data.tables.sas.TableSasProtocol
Packages that use TableSasProtocol
Package
Description
Package containing SAS (shared access signature) classes used by Azure Tables.
-
Uses of TableSasProtocol in com.azure.data.tables.sas
Methods in com.azure.data.tables.sas that return TableSasProtocolModifier and TypeMethodDescriptionTableAccountSasSignatureValues.getProtocol()
Get theTableSasProtocol
which determines the HTTP protocol that will be used.TableSasSignatureValues.getProtocol()
Returns theTableSasProtocol
which determines the protocols allowed by the SAS.static TableSasProtocol
Parses aString
into aTableSasProtocol
value if possible.static TableSasProtocol
Returns the enum constant of this type with the specified name.static TableSasProtocol[]
TableSasProtocol.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.data.tables.sas with parameters of type TableSasProtocolModifier and TypeMethodDescriptionTableAccountSasSignatureValues.setProtocol
(TableSasProtocol protocol) Sets theTableSasProtocol
which determines the HTTP protocol that will be used.TableSasSignatureValues.setProtocol
(TableSasProtocol protocol) Sets theTableSasProtocol
which determines the protocols allowed by the SAS.