Uses of Class
com.azure.data.tables.sas.TableSasProtocol
-
Packages that use TableSasProtocol Package Description com.azure.data.tables.sas 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 TableSasProtocol Modifier and Type Method Description TableSasProtocolTableAccountSasSignatureValues. getProtocol()Get theTableSasProtocolwhich determines the HTTP protocol that will be used.TableSasProtocolTableSasSignatureValues. getProtocol()static TableSasProtocolTableSasProtocol. parse(String str)Parses aStringinto aTableSasProtocolvalue if possible.static TableSasProtocolTableSasProtocol. valueOf(String name)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 TableSasProtocol Modifier and Type Method Description TableAccountSasSignatureValuesTableAccountSasSignatureValues. setProtocol(TableSasProtocol protocol)Sets theTableSasProtocolwhich determines the HTTP protocol that will be used.TableSasSignatureValuesTableSasSignatureValues. setProtocol(TableSasProtocol protocol)Sets theTableSasProtocolwhich determines the protocols allowed by the SAS.
-