Package | Description |
---|---|
com.microsoft.azure.management.containerinstance |
This package contains the classes 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 of the GPU resource.
|
Modifier and Type | Method and Description |
---|---|
static Collection<GpuSku> |
GpuSku.values() |
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 of the GPU resource.
|
Copyright © 2019. All rights reserved.