Uses of Class
com.microsoft.azure.management.containerinstance.ResourceLimits
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of ResourceLimits in com.microsoft.azure.management.containerinstance
Modifier and TypeMethodDescriptionResourceRequirements.limits()
Get the resource limits of this container instance.Set the CPU limit of this container instance.ResourceLimits.withGpu
(GpuResource gpu) Set the GPU limit of this container instance.ResourceLimits.withMemoryInGB
(Double memoryInGB) Set the memory limit in GB of this container instance.Modifier and TypeMethodDescriptionResourceRequirements.withLimits
(ResourceLimits limits) Set the resource limits of this container instance.