Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
Modifier and Type | Method and Description |
---|---|
static HttpProtocol |
HttpProtocol.fromString(String value)
Parses a serialized value to a HttpProtocol instance.
|
HttpProtocol |
AccountSasParameters.protocols()
Get the protocol permitted for a request made with the account SAS.
|
HttpProtocol |
ServiceSasParameters.protocols()
Get the protocol permitted for a request made with the account SAS.
|
static HttpProtocol |
HttpProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpProtocol[] |
HttpProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AccountSasParameters |
AccountSasParameters.withProtocols(HttpProtocol protocols)
Set the protocol permitted for a request made with the account SAS.
|
ServiceSasParameters |
ServiceSasParameters.withProtocols(HttpProtocol protocols)
Set the protocol permitted for a request made with the account SAS.
|
Copyright © 2019. All rights reserved.