Uses of Class
com.azure.resourcemanager.containerinstance.models.ResourceLimits
-
Packages that use ResourceLimits Package Description com.azure.resourcemanager.containerinstance.models 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 ResourceLimits Modifier and Type Method Description ResourceLimitsResourceRequirements. limits()Get the limits property: The resource limits of this container instance.ResourceLimitsResourceLimits. withCpu(Double cpu)Set the cpu property: The CPU limit of this container instance.ResourceLimitsResourceLimits. withGpu(GpuResource gpu)Set the gpu property: The GPU limit of this container instance.ResourceLimitsResourceLimits. 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 ResourceLimits Modifier and Type Method Description ResourceRequirementsResourceRequirements. withLimits(ResourceLimits limits)Set the limits property: The resource limits of this container instance.
-