Uses of Class
com.azure.resourcemanager.appplatform.models.CustomPersistentDiskProperties
Packages that use CustomPersistentDiskProperties
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of CustomPersistentDiskProperties in com.azure.resourcemanager.appplatform.models
Modifier and TypeClassDescriptionfinal classThe properties of the Azure File volume.Methods in com.azure.resourcemanager.appplatform.models that return CustomPersistentDiskPropertiesModifier and TypeMethodDescriptionCustomPersistentDiskResource.customPersistentDiskProperties()Get the customPersistentDiskProperties property: Properties of the custom persistent disk resource payload.CustomPersistentDiskProperties.withEnableSubPath(Boolean enableSubPath) Set the enableSubPath property: If set to true, it will create and mount a dedicated directory for every individual app instance.CustomPersistentDiskProperties.withMountOptions(List<String> mountOptions) Set the mountOptions property: These are the mount options for a persistent disk.CustomPersistentDiskProperties.withMountPath(String mountPath) Set the mountPath property: The mount path of the persistent disk.CustomPersistentDiskProperties.withReadOnly(Boolean readOnly) Set the readOnly property: Indicates whether the persistent disk is a readOnly one.Methods in com.azure.resourcemanager.appplatform.models with parameters of type CustomPersistentDiskPropertiesModifier and TypeMethodDescriptionCustomPersistentDiskResource.withCustomPersistentDiskProperties(CustomPersistentDiskProperties customPersistentDiskProperties) Set the customPersistentDiskProperties property: Properties of the custom persistent disk resource payload.