public final class ContainerGroupSku extends com.azure.core.util.ExpandableStringEnum<ContainerGroupSku>
| Modifier and Type | Field and Description |
|---|---|
static ContainerGroupSku |
DEDICATED
Static value Dedicated for ContainerGroupSku.
|
static ContainerGroupSku |
STANDARD
Static value Standard for ContainerGroupSku.
|
| Constructor and Description |
|---|
ContainerGroupSku() |
| Modifier and Type | Method and Description |
|---|---|
static ContainerGroupSku |
fromString(String name)
Creates or finds a ContainerGroupSku from its string representation.
|
static Collection<ContainerGroupSku> |
values() |
public static final ContainerGroupSku STANDARD
public static final ContainerGroupSku DEDICATED
public static ContainerGroupSku fromString(String name)
name - a name to look for.public static Collection<ContainerGroupSku> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.