| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceLimits |
ResourceRequirements.limits()
Get the limits property: The resource limits of this container instance.
|
ResourceLimits |
ResourceLimits.withCpu(Double cpu)
Set the cpu property: The CPU limit of this container instance.
|
ResourceLimits |
ResourceLimits.withGpu(GpuResource gpu)
Set the gpu property: The GPU limit of this container instance.
|
ResourceLimits |
ResourceLimits.withMemoryInGB(Double memoryInGB)
Set the memoryInGB property: The memory limit in GB of this container instance.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceRequirements |
ResourceRequirements.withLimits(ResourceLimits limits)
Set the limits property: The resource limits of this container instance.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.