Uses of Class
com.microsoft.azure.management.containerinstance.GpuResource
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of GpuResource in com.microsoft.azure.management.containerinstance
Modifier and TypeMethodDescriptionResourceLimits.gpu()
Get the GPU limit of this container instance.ResourceRequests.gpu()
Get the GPU request of this container instance.GpuResource.withCount
(int count) Set the count of the GPU resource.Set the SKU of the GPU resource.Modifier and TypeMethodDescriptionResourceLimits.withGpu
(GpuResource gpu) Set the GPU limit of this container instance.ResourceRequests.withGpu
(GpuResource gpu) Set the GPU request of this container instance.