Uses of Class
com.azure.resourcemanager.appservice.models.AzureStorageProtocol
Packages that use AzureStorageProtocol
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AzureStorageProtocol in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as AzureStorageProtocolModifier and TypeFieldDescriptionstatic final AzureStorageProtocol
AzureStorageProtocol.HTTP
Static value Http for AzureStorageProtocol.static final AzureStorageProtocol
AzureStorageProtocol.NFS
Static value Nfs for AzureStorageProtocol.static final AzureStorageProtocol
AzureStorageProtocol.SMB
Static value Smb for AzureStorageProtocol.Methods in com.azure.resourcemanager.appservice.models that return AzureStorageProtocolModifier and TypeMethodDescriptionstatic AzureStorageProtocol
AzureStorageProtocol.fromString
(String name) Creates or finds a AzureStorageProtocol from its string representation.AzureStorageInfoValue.protocol()
Get the protocol property: Mounting protocol to use for the storage account.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type AzureStorageProtocolModifier and TypeMethodDescriptionstatic Collection
<AzureStorageProtocol> AzureStorageProtocol.values()
Gets known AzureStorageProtocol values.Methods in com.azure.resourcemanager.appservice.models with parameters of type AzureStorageProtocolModifier and TypeMethodDescriptionAzureStorageInfoValue.withProtocol
(AzureStorageProtocol protocol) Set the protocol property: Mounting protocol to use for the storage account.