Class ContainerGroupSku
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ContainerGroupSku>
com.microsoft.azure.management.containerinstance.ContainerGroupSku
public final class ContainerGroupSku
extends com.microsoft.rest.ExpandableStringEnum<ContainerGroupSku>
Defines values for ContainerGroupSku.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ContainerGroupSku
Static value Dedicated for ContainerGroupSku.static final ContainerGroupSku
Static value Standard for ContainerGroupSku. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ContainerGroupSku
fromString
(String name) Creates or finds a ContainerGroupSku from its string representation.static Collection<ContainerGroupSku>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
-