Uses of Class
com.azure.resourcemanager.storage.models.HttpProtocol
-
Packages that use HttpProtocol Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of HttpProtocol in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return HttpProtocol Modifier and Type Method Description static HttpProtocolHttpProtocol. fromString(String value)Parses a serialized value to a HttpProtocol instance.HttpProtocolAccountSasParameters. protocols()Get the protocols property: The protocol permitted for a request made with the account SAS.HttpProtocolServiceSasParameters. protocols()Get the protocols property: The protocol permitted for a request made with the account SAS.static HttpProtocolHttpProtocol. 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.Methods in com.azure.resourcemanager.storage.models with parameters of type HttpProtocol Modifier and Type Method Description AccountSasParametersAccountSasParameters. withProtocols(HttpProtocol protocols)Set the protocols property: The protocol permitted for a request made with the account SAS.ServiceSasParametersServiceSasParameters. withProtocols(HttpProtocol protocols)Set the protocols property: The protocol permitted for a request made with the account SAS.
-