Uses of Class
com.azure.resourcemanager.containerinstance.models.ResourceLimits
Packages that use ResourceLimits
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of ResourceLimits in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return ResourceLimitsModifier and TypeMethodDescriptionResourceRequirements.limits()Get the limits property: The resource limits of this container instance.Set the cpu property: The CPU limit of this container instance.ResourceLimits.withGpu(GpuResource gpu) Set the gpu property: The GPU limit of this container instance.ResourceLimits.withMemoryInGB(Double memoryInGB) Set the memoryInGB property: The memory limit in GB of this container instance.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type ResourceLimitsModifier and TypeMethodDescriptionResourceRequirements.withLimits(ResourceLimits limits) Set the limits property: The resource limits of this container instance.