Uses of Class
com.azure.resourcemanager.appplatform.models.AzureFileVolume
Packages that use AzureFileVolume
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of AzureFileVolume in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return AzureFileVolumeModifier and TypeMethodDescriptionAzureFileVolume.withEnableSubPath(Boolean enableSubPath) Set the enableSubPath property: If set to true, it will create and mount a dedicated directory for every individual app instance.AzureFileVolume.withMountOptions(List<String> mountOptions) Set the mountOptions property: These are the mount options for a persistent disk.AzureFileVolume.withMountPath(String mountPath) Set the mountPath property: The mount path of the persistent disk.AzureFileVolume.withReadOnly(Boolean readOnly) Set the readOnly property: Indicates whether the persistent disk is a readOnly one.AzureFileVolume.withShareName(String shareName) Set the shareName property: The share name of the Azure File share.