Package | Description |
---|---|
com.microsoft.azure.storage.blob |
Modifier and Type | Field and Description |
---|---|
SASProtocol |
ServiceSASSignatureValues.protocol
|
SASProtocol |
AccountSASSignatureValues.protocol
|
Modifier and Type | Method and Description |
---|---|
SASProtocol |
SASQueryParameters.getProtocol() |
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.
|
This documentation was released into the public domain.