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 TypeMethodDescriptionBuildProperties.resourceRequests()Get the resourceRequests property: The customized build resource for this build.Set the cpu property: Optional Cpu allocated to the build resource.BuildResourceRequests.withMemory(String memory) Set the memory property: Optional Memory allocated to the build resource.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.