Uses of Class
com.azure.resourcemanager.appplatform.models.BuildServicePropertiesResourceRequests
Packages that use BuildServicePropertiesResourceRequests
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of BuildServicePropertiesResourceRequests in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return BuildServicePropertiesResourceRequestsModifier and TypeMethodDescriptionBuildServicePropertiesResourceRequests.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BuildServicePropertiesResourceRequests from the JsonReader.BuildServiceProperties.resourceRequests()Get the resourceRequests property: The runtime resource configuration of this build service.Methods in com.azure.resourcemanager.appplatform.models with parameters of type BuildServicePropertiesResourceRequestsModifier and TypeMethodDescriptionBuildServiceProperties.withResourceRequests(BuildServicePropertiesResourceRequests resourceRequests) Set the resourceRequests property: The runtime resource configuration of this build service.