Uses of Class
com.azure.resourcemanager.appservice.models.ContainerResources
Packages that use ContainerResources
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of ContainerResources in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ContainerResourcesModifier and TypeMethodDescriptionstatic ContainerResourcesContainerResources.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerResources from the JsonReader.Container.resources()Get the resources property: Container resource requirements.Set the cpu property: Required CPU in cores, e.g. 0.5.ContainerResources.withMemory(String memory) Set the memory property: Required memory, e.g. "250Mb".Methods in com.azure.resourcemanager.appservice.models with parameters of type ContainerResourcesModifier and TypeMethodDescriptionContainer.withResources(ContainerResources resources) Set the resources property: Container resource requirements.