Uses of Enum Class
com.microsoft.azure.management.storage.HttpProtocol
Packages that use HttpProtocol
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of HttpProtocol in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return HttpProtocolModifier and TypeMethodDescriptionstatic HttpProtocol
HttpProtocol.fromString
(String value) Parses a serialized value to a HttpProtocol instance.AccountSasParameters.protocols()
Get the protocol permitted for a request made with the account SAS.ServiceSasParameters.protocols()
Get the protocol permitted for a request made with the account SAS.static HttpProtocol
Returns the enum constant of this class with the specified name.static HttpProtocol[]
HttpProtocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.storage with parameters of type HttpProtocolModifier and TypeMethodDescriptionAccountSasParameters.withProtocols
(HttpProtocol protocols) Set the protocol permitted for a request made with the account SAS.ServiceSasParameters.withProtocols
(HttpProtocol protocols) Set the protocol permitted for a request made with the account SAS.