Uses of Enum
com.azure.resourcemanager.storage.models.HttpProtocol
Packages that use HttpProtocol
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of HttpProtocol in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type HttpProtocol in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionenumThe protocol permitted for a request made with the account SAS.Methods in com.azure.resourcemanager.storage.models that return HttpProtocolModifier and TypeMethodDescriptionstatic HttpProtocolHttpProtocol.fromString(String value) Parses a serialized value to a HttpProtocol instance.AccountSasParameters.protocols()Get the protocols property: The protocol permitted for a request made with the account SAS.ServiceSasParameters.protocols()Get the protocols property: The protocol permitted for a request made with the account SAS.static HttpProtocolReturns 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.Methods in com.azure.resourcemanager.storage.models with parameters of type HttpProtocolModifier and TypeMethodDescriptionAccountSasParameters.withProtocols(HttpProtocol protocols) Set the protocols property: The protocol permitted for a request made with the account SAS.ServiceSasParameters.withProtocols(HttpProtocol protocols) Set the protocols property: The protocol permitted for a request made with the account SAS.