Uses of Class
com.azure.resourcemanager.appplatform.models.BuildResourceRequests
Packages that use BuildResourceRequests
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of BuildResourceRequests in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return BuildResourceRequestsModifier and TypeMethodDescriptionstatic BuildResourceRequestsBuildResourceRequests.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BuildResourceRequests from the JsonReader.BuildProperties.resourceRequests()Get the resourceRequests property: The customized build resource for this build.Set the cpu property: Optional Cpu allocated to the build resource. 1 core can be represented by 1 or 1000m.BuildResourceRequests.withMemory(String memory) Set the memory property: Optional Memory allocated to the build resource. 1 GB can be represented by 1Gi or 1024Mi.Methods in com.azure.resourcemanager.appplatform.models with parameters of type BuildResourceRequestsModifier and TypeMethodDescriptionBuildProperties.withResourceRequests(BuildResourceRequests resourceRequests) Set the resourceRequests property: The customized build resource for this build.