Uses of Class
com.azure.resourcemanager.appplatform.models.TemporaryDisk
Packages that use TemporaryDisk
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of TemporaryDisk in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return TemporaryDiskModifier and TypeMethodDescriptionstatic TemporaryDiskTemporaryDisk.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TemporaryDisk from the JsonReader.AppResourceProperties.temporaryDisk()Get the temporaryDisk property: Temporary disk settings.SpringApp.temporaryDisk()Gets the temporary disk of the app.TemporaryDisk.withMountPath(String mountPath) Set the mountPath property: Mount path of the temporary disk.TemporaryDisk.withSizeInGB(Integer sizeInGB) Set the sizeInGB property: Size of the temporary disk in GB.Methods in com.azure.resourcemanager.appplatform.models with parameters of type TemporaryDiskModifier and TypeMethodDescriptionAppResourceProperties.withTemporaryDisk(TemporaryDisk temporaryDisk) Set the temporaryDisk property: Temporary disk settings.