Uses of Class
com.azure.resourcemanager.appplatform.models.ResourceRequests
Packages that use ResourceRequests
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of ResourceRequests in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ResourceRequestsModifier and TypeMethodDescriptionstatic ResourceRequestsResourceRequests.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceRequests from the JsonReader.DeploymentSettings.resourceRequests()Get the resourceRequests property: The requested resource quantity for required CPU and Memory.Set the cpu property: Required CPU.ResourceRequests.withMemory(String memory) Set the memory property: Required memory.Methods in com.azure.resourcemanager.appplatform.models with parameters of type ResourceRequestsModifier and TypeMethodDescriptionDeploymentSettings.withResourceRequests(ResourceRequests resourceRequests) Set the resourceRequests property: The requested resource quantity for required CPU and Memory.