ContainerGroupSku Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerinstance. models. ContainerGroupSku
- com.
- com.
public final class ContainerGroupSku
extends ExpandableStringEnum<ContainerGroupSku>
The container group SKU.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Container |
CONFIDENTIAL
Static value Confidential for Container |
static final
Container |
DEDICATED
Static value Dedicated for Container |
static final
Container |
STANDARD
Static value Standard for Container |
Constructor Summary
Constructor | Description |
---|---|
ContainerGroupSku() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Container |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Container |
fromString(String name)
Creates or finds a Container |
static
Collection<Container |
values()
Gets known Container |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CONFIDENTIAL
public static final ContainerGroupSku CONFIDENTIAL
Static value Confidential for ContainerGroupSku.
DEDICATED
public static final ContainerGroupSku DEDICATED
Static value Dedicated for ContainerGroupSku.
STANDARD
public static final ContainerGroupSku STANDARD
Static value Standard for ContainerGroupSku.
Constructor Details
ContainerGroupSku
@Deprecated
public ContainerGroupSku()
Deprecated
Creates a new instance of ContainerGroupSku value.
Method Details
fromString
public static ContainerGroupSku fromString(String name)
Creates or finds a ContainerGroupSku from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ContainerGroupSku values.
Returns:
Applies to
Azure SDK for Java