| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static GpuSku |
GpuSku.K80
Static value K80 for GpuSku.
|
static GpuSku |
GpuSku.P100
Static value P100 for GpuSku.
|
static GpuSku |
GpuSku.V100
Static value V100 for GpuSku.
|
| Modifier and Type | Method and Description |
|---|---|
static GpuSku |
GpuSku.fromString(String name)
Creates or finds a GpuSku from its string representation.
|
GpuSku |
GpuResource.sku()
Get the sku property: The SKU of the GPU resource.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithGpuResource.withGpuResource(int gpuCoreCount,
GpuSku gpuSku) |
GpuResource |
GpuResource.withSku(GpuSku sku)
Set the sku property: The SKU of the GPU resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.