Uses of Class
com.azure.resourcemanager.appplatform.models.CustomPersistentDiskResource
Packages that use CustomPersistentDiskResource
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of CustomPersistentDiskResource in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return CustomPersistentDiskResourceModifier and TypeMethodDescriptionstatic CustomPersistentDiskResourceCustomPersistentDiskResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomPersistentDiskResource from the JsonReader.CustomPersistentDiskResource.withCustomPersistentDiskProperties(CustomPersistentDiskProperties customPersistentDiskProperties) Set the customPersistentDiskProperties property: Properties of the custom persistent disk resource payload.CustomPersistentDiskResource.withStorageId(String storageId) Set the storageId property: The resource id of Azure Spring Apps Storage resource.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type CustomPersistentDiskResourceModifier and TypeMethodDescriptionAppResourceProperties.customPersistentDisks()Get the customPersistentDisks property: List of custom persistent disks.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type CustomPersistentDiskResourceModifier and TypeMethodDescriptionAppResourceProperties.withCustomPersistentDisks(List<CustomPersistentDiskResource> customPersistentDisks) Set the customPersistentDisks property: List of custom persistent disks.