Uses of Class
com.azure.resourcemanager.appplatform.models.PersistentDisk
Packages that use PersistentDisk
Package
Description
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 PersistentDiskModifier and TypeMethodDescriptionstatic PersistentDiskPersistentDisk.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PersistentDisk from the JsonReader.AppResourceProperties.persistentDisk()Get the persistentDisk property: Persistent disk settings.SpringApp.persistentDisk()PersistentDisk.withMountPath(String mountPath) Set the mountPath property: Mount path of the persistent disk.PersistentDisk.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 PersistentDiskModifier and TypeMethodDescriptionAppResourceProperties.withPersistentDisk(PersistentDisk persistentDisk) Set the persistentDisk property: Persistent disk settings.