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 AzureStorageProtocolAzureStorageProtocol.HTTPStatic value Http for AzureStorageProtocol.static final AzureStorageProtocolAzureStorageProtocol.NFSStatic value Nfs for AzureStorageProtocol.static final AzureStorageProtocolAzureStorageProtocol.SMBStatic value Smb for AzureStorageProtocol.Methods in com.azure.resourcemanager.appservice.models that return AzureStorageProtocolModifier and TypeMethodDescriptionstatic AzureStorageProtocolAzureStorageProtocol.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.