Uses of Class
com.azure.resourcemanager.appplatform.models.PersistentDisk
-
Packages that use PersistentDisk Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of PersistentDisk in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return PersistentDisk Modifier and Type Method Description PersistentDiskAppResourceProperties. persistentDisk()Get the persistentDisk property: Persistent disk settings.PersistentDiskSpringApp. persistentDisk()PersistentDiskPersistentDisk. withMountPath(String mountPath)Set the mountPath property: Mount path of the persistent disk.PersistentDiskPersistentDisk. withSizeInGB(Integer sizeInGB)Set the sizeInGB property: Size of the persistent disk in GB.Methods in com.azure.resourcemanager.appplatform.models with parameters of type PersistentDisk Modifier and Type Method Description AppResourcePropertiesAppResourceProperties. withPersistentDisk(PersistentDisk persistentDisk)Set the persistentDisk property: Persistent disk settings.
-