Uses of Class
com.azure.resourcemanager.appservice.models.StorageMountType
Packages that use StorageMountType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of StorageMountType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type StorageMountType in com.azure.resourcemanager.appservice.modelsFields in com.azure.resourcemanager.appservice.models declared as StorageMountTypeModifier and TypeFieldDescriptionstatic final StorageMountTypeStorageMountType.AZURE_FILESStatic value AzureFiles for StorageMountType.static final StorageMountTypeStorageMountType.FILE_SHAREStatic value FileShare for StorageMountType.static final StorageMountTypeStorageMountType.LOCAL_STORAGEStatic value LocalStorage for StorageMountType.Methods in com.azure.resourcemanager.appservice.models that return StorageMountTypeModifier and TypeMethodDescriptionstatic StorageMountTypeStorageMountType.fromString(String name) Creates or finds a StorageMountType from its string representation.StorageMount.type()Get the type property: Type of the storage mount.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type StorageMountTypeModifier and TypeMethodDescriptionstatic Collection<StorageMountType> StorageMountType.values()Gets known StorageMountType values.Methods in com.azure.resourcemanager.appservice.models with parameters of type StorageMountTypeModifier and TypeMethodDescriptionStorageMount.withType(StorageMountType type) Set the type property: Type of the storage mount.