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