Uses of Class
com.azure.resourcemanager.containerinstance.models.GpuResource
-
Packages that use GpuResource Package Description com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of GpuResource in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return GpuResource Modifier and Type Method Description GpuResourceResourceLimits. gpu()Get the gpu property: The GPU limit of this container instance.GpuResourceResourceRequests. gpu()Get the gpu property: The GPU request of this container instance.GpuResourceGpuResource. withCount(int count)Set the count property: The count of the GPU resource.GpuResourceGpuResource. withSku(GpuSku sku)Set the sku property: The SKU of the GPU resource.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type GpuResource Modifier and Type Method Description ResourceLimitsResourceLimits. withGpu(GpuResource gpu)Set the gpu property: The GPU limit of this container instance.ResourceRequestsResourceRequests. withGpu(GpuResource gpu)Set the gpu property: The GPU request of this container instance.
-