Class ContainerGroupSku
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ContainerGroupSku>
com.azure.resourcemanager.containerinstance.models.ContainerGroupSku
public final class ContainerGroupSku
extends com.azure.core.util.ExpandableStringEnum<ContainerGroupSku>
Defines values for ContainerGroupSku.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContainerGroupSkuStatic value Dedicated for ContainerGroupSku.static final ContainerGroupSkuStatic value Standard for ContainerGroupSku. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContainerGroupSkufromString(String name) Creates or finds a ContainerGroupSku from its string representation.static Collection<ContainerGroupSku>values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
STANDARD
Static value Standard for ContainerGroupSku. -
DEDICATED
Static value Dedicated for ContainerGroupSku.
-
-
Constructor Details
-
ContainerGroupSku
public ContainerGroupSku()
-
-
Method Details
-
fromString
Creates or finds a ContainerGroupSku from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ContainerGroupSku.
-
values
- Returns:
- known ContainerGroupSku values.
-