Uses of Class
com.microsoft.azure.management.containerinstance.GpuResource
Packages that use GpuResource
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of GpuResource in com.microsoft.azure.management.containerinstance
Methods in com.microsoft.azure.management.containerinstance that return GpuResourceModifier 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.Methods in com.microsoft.azure.management.containerinstance with parameters of type GpuResourceModifier 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.