Class GpuSku
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GpuSku>
com.azure.resourcemanager.containerinstance.models.GpuSku
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The SKU of the GPU resource.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GpuSkufromString(String name) Creates or finds a GpuSku from its string representation.static Collection<GpuSku> values()Gets known GpuSku values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
K80
Static value K80 for GpuSku. -
P100
Static value P100 for GpuSku. -
V100
Static value V100 for GpuSku.
-
-
Constructor Details
-
GpuSku
Deprecated.Use thefromString(String)factory method.Creates a new instance of GpuSku value.
-
-
Method Details
-
fromString
Creates or finds a GpuSku from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GpuSku.
-
values
Gets known GpuSku values.- Returns:
- known GpuSku values.
-
fromString(String)factory method.