| Package | Description |
|---|---|
| com.azure.data.tables.sas |
Package containing SAS (shared access signature) classes used by Azure Tables.
|
| Modifier and Type | Method and Description |
|---|---|
TableSasProtocol |
TableAccountSasSignatureValues.getProtocol()
Get the
TableSasProtocol which determines the HTTP protocol that will be used. |
TableSasProtocol |
TableSasSignatureValues.getProtocol() |
static TableSasProtocol |
TableSasProtocol.parse(String str)
Parses a
String into a TableSasProtocol value if possible. |
static TableSasProtocol |
TableSasProtocol.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.
|
| Modifier and Type | Method and Description |
|---|---|
TableAccountSasSignatureValues |
TableAccountSasSignatureValues.setProtocol(TableSasProtocol protocol)
Sets the
TableSasProtocol which determines the HTTP protocol that will be used. |
TableSasSignatureValues |
TableSasSignatureValues.setProtocol(TableSasProtocol protocol)
Sets the
TableSasProtocol which determines the protocols allowed by the SAS. |
Copyright © 2021 Microsoft Corporation. All rights reserved.