Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
static SASProtocol |
SASProtocol.parse(String str)
Parses a
String into a SASProtocl value if possible. |
SASProtocol |
SASQueryParameters.protocol() |
SASProtocol |
AccountSASSignatureValues.protocol()
|
SASProtocol |
ServiceSASSignatureValues.protocol()
|
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.withProtocol(SASProtocol protocol)
|
ServiceSASSignatureValues |
ServiceSASSignatureValues.withProtocol(SASProtocol protocol)
|
Copyright © 2019 Microsoft Corporation. All rights reserved.