Uses of Class
com.microsoft.azure.management.containerinstance.ResourceRequests
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of ResourceRequests in com.microsoft.azure.management.containerinstance
Modifier and TypeMethodDescriptionResourceRequirements.requests()
Get the resource requests of this container instance.ResourceRequests.withCpu
(double cpu) Set the CPU request of this container instance.ResourceRequests.withGpu
(GpuResource gpu) Set the GPU request of this container instance.ResourceRequests.withMemoryInGB
(double memoryInGB) Set the memory request in GB of this container instance.Modifier and TypeMethodDescriptionResourceRequirements.withRequests
(ResourceRequests requests) Set the resource requests of this container instance.