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 theTableSasProtocolwhich determines the HTTP protocol that will be used.TableSasSignatureValues.getProtocol()static TableSasProtocolParses aStringinto aTableSasProtocolvalue if possible.static TableSasProtocolReturns 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 theTableSasProtocolwhich determines the HTTP protocol that will be used.TableSasSignatureValues.setProtocol(TableSasProtocol protocol) Sets theTableSasProtocolwhich determines the protocols allowed by the SAS.