| Package | Description |
|---|---|
| com.azure.storage.common.sas |
Package containing SAS (shared access signature) classes used by Azure Storage services.
|
| Modifier and Type | Field and Description |
|---|---|
protected SasProtocol |
BaseSasQueryParameters.protocol
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SasProtocol |
CommonSasQueryParameters.getProtocol() |
SasProtocol |
AccountSasSignatureValues.getProtocol() |
SasProtocol |
BaseSasQueryParameters.getProtocol()
Deprecated.
Please use SasSignatureValues
|
static SasProtocol |
SasProtocol.parse(String str)
Parses a
String into a SASProtocl value if possible. |
static SasProtocol |
SasProtocol.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.
|
| Modifier and Type | Method and Description |
|---|---|
AccountSasSignatureValues |
AccountSasSignatureValues.setProtocol(SasProtocol protocol)
Sets the
SasProtocol which determines the HTTP protocol that will be used. |
| Constructor and Description |
|---|
BaseSasQueryParameters(String version,
SasProtocol protocol,
OffsetDateTime startTime,
OffsetDateTime expiryTime,
SasIpRange sasIpRange,
String permissions,
String signature)
Deprecated.
Please use SasSignatureValues
|
Copyright © 2020 Microsoft Corporation. All rights reserved.