Uses of Class
com.microsoft.azure.management.containerinstance.ResourceRequirements
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of ResourceRequirements in com.microsoft.azure.management.containerinstance
Modifier and TypeMethodDescriptionContainer.resources()
Get the resource requirements of the container instance.ResourceRequirements.withLimits
(ResourceLimits limits) Set the resource limits of this container instance.ResourceRequirements.withRequests
(ResourceRequests requests) Set the resource requests of this container instance.Modifier and TypeMethodDescriptionContainer.withResources
(ResourceRequirements resources) Set the resource requirements of the container instance.