| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpProtocol |
HttpProtocol.fromString(String value)
Parses a serialized value to a HttpProtocol instance.
|
HttpProtocol |
ServiceSasParameters.protocols()
Get the protocols property: The protocol permitted for a request made with the account SAS.
|
HttpProtocol |
AccountSasParameters.protocols()
Get the protocols property: 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 |
|---|---|
ServiceSasParameters |
ServiceSasParameters.withProtocols(HttpProtocol protocols)
Set the protocols property: The protocol permitted for a request made with the account SAS.
|
AccountSasParameters |
AccountSasParameters.withProtocols(HttpProtocol protocols)
Set the protocols property: The protocol permitted for a request made with the account SAS.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.