Package | Description |
---|---|
com.microsoft.azure.management.containerinstance |
This package contains the classes for ContainerInstanceManagementClient.
|
Modifier and Type | Method and Description |
---|---|
GpuResource |
ResourceRequests.gpu()
Get the GPU request of this container instance.
|
GpuResource |
ResourceLimits.gpu()
Get the GPU limit of this container instance.
|
GpuResource |
GpuResource.withCount(int count)
Set the count of the GPU resource.
|
GpuResource |
GpuResource.withSku(GpuSku sku)
Set the SKU of the GPU resource.
|
Modifier and Type | Method and Description |
---|---|
ResourceRequests |
ResourceRequests.withGpu(GpuResource gpu)
Set the GPU request of this container instance.
|
ResourceLimits |
ResourceLimits.withGpu(GpuResource gpu)
Set the GPU limit of this container instance.
|
Copyright © 2019. All rights reserved.