public final class ContainerServiceMasterProfileCount extends com.azure.core.util.ExpandableStringEnum<ContainerServiceMasterProfileCount>
Modifier and Type | Field and Description |
---|---|
static ContainerServiceMasterProfileCount |
FIVE
Static value 5 for ContainerServiceMasterProfileCount.
|
static ContainerServiceMasterProfileCount |
ONE
Static value 1 for ContainerServiceMasterProfileCount.
|
static ContainerServiceMasterProfileCount |
THREE
Static value 3 for ContainerServiceMasterProfileCount.
|
Constructor and Description |
---|
ContainerServiceMasterProfileCount() |
Modifier and Type | Method and Description |
---|---|
static ContainerServiceMasterProfileCount |
fromInt(int name)
Creates or finds a ContainerServiceMasterProfileCount from its string representation.
|
static Collection<ContainerServiceMasterProfileCount> |
values() |
public static final ContainerServiceMasterProfileCount ONE
public static final ContainerServiceMasterProfileCount THREE
public static final ContainerServiceMasterProfileCount FIVE
public static ContainerServiceMasterProfileCount fromInt(int name)
name
- a name to look for.public static Collection<ContainerServiceMasterProfileCount> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.